biolab / orange3-timeseries

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

[FIX] Time Slice - fix PyQt6 incompatibilities #236

Closed PrimozGodec closed 1 year ago

PrimozGodec commented 1 year ago
Issue

Time slice fails since values are not int on pyqt6

Description of changes

Cast values to int where necessary

Includes