biolab / orange3

🍊 :bar_chart: :bulb: Orange: Interactive data analysis
https://orangedatamining.com
Other
4.81k stars 1k forks source link

[FIX] Line plot: compatibility with scipy 1.14 #6845

Closed markotoplak closed 3 months ago

markotoplak commented 3 months ago

Replace scipy.sparse .A with .toarray(). .A shortcut was removed in scipy 1.14.

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 88.26%. Comparing base (55905a4) to head (fcefef7). Report is 41 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #6845 +/- ## ======================================= Coverage 88.26% 88.26% ======================================= Files 326 326 Lines 71158 71146 -12 ======================================= - Hits 62807 62797 -10 + Misses 8351 8349 -2 ```