biolab / orange3-timeseries

🍊 :chart_with_upwards_trend: Orange add-on for analyzing, visualizing, manipulating, and forecasting time series data.
Other
62 stars 41 forks source link

Aggregate widget won't "apply automatically" #175

Closed wvdvegte closed 2 years ago

wvdvegte commented 3 years ago
Timeseries version

0.3.10

Orange version

3.29.3

Expected behavior

Aggregate widget: if you change aggregation functions to be applied to attributes, and "apply automatically" is checked, : output data is updated Edit: accordingly, if you reselect the variables in the Difference widget, output data is updated

Actual behavior

If you change aggregation functions to be applied to attributes, and "apply automatically" is checked, output data is not updated. Edit: accordingly, if you reselect the variables in the Difference widget, output data is not updated

Steps to reproduce the behavior

With "apply automatically" checked, change some aggregation functions (e.g., from 'sum' to 'mean'). The output won't change. Then, uncheck "apply automatically" and press "Apply". The output will change. Edit: same for the Differentiate widget: you have to uncheck "automatically apply" and press "Apply" after reselecting variables

Additional info (worksheets, data, screenshots, ...)

Example workflow with data file added (for Aggregate only) Aggregate bug.zip

wvdvegte commented 2 years ago

I checked actual behaviors in Orange 3.31, Time Series Add-on 0.3.12. The problem with the Difference widget has disappeared; the reported problem with the Aggregate widget, unfortunately, persists