Quasars / orange-spectroscopy

Other
51 stars 58 forks source link

[ENH] Spectra: individual display in its own thread #683

Closed markotoplak closed 11 months ago

markotoplak commented 11 months ago

This prevents blocking canvas with Dask data sets.

This change is independent of dask and can be tested with normal data sets. This PR changes CurvePlot, the basic display components, thus all widgets using it need to be tested.

codecov[bot] commented 11 months ago

Codecov Report

Merging #683 (cef7f0b) into master (d106800) will decrease coverage by 0.05%. The diff coverage is 94.73%.

:exclamation: Current head cef7f0b differs from pull request most recent head 9b0dbba. Consider uploading reports for the commit 9b0dbba to get more accurate results

@@            Coverage Diff             @@
##           master     #683      +/-   ##
==========================================
- Coverage   89.37%   89.32%   -0.05%     
==========================================
  Files          72       72              
  Lines       12018    12051      +33     
==========================================
+ Hits        10741    10765      +24     
- Misses       1277     1286       +9     
borondics commented 11 months ago

Seems to work fine for me.