Quasars / orange-spectroscopy

Other
51 stars 58 forks source link

Fix errors caused by NaN when computing hashes #703

Closed markotoplak closed 7 months ago

markotoplak commented 7 months ago

Hashing NaN in python can yield different results. Therefore NaNs are replaced with None before hashing in hash functions of transformations.

codecov[bot] commented 7 months ago

Codecov Report

Merging #703 (564d55a) into master (a4cc04c) will decrease coverage by 0.01%. The diff coverage is 90.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #703 +/- ## ========================================== - Coverage 88.53% 88.52% -0.01% ========================================== Files 73 73 Lines 12607 12613 +6 ========================================== + Hits 11161 11166 +5 - Misses 1446 1447 +1 ```
markotoplak commented 7 months ago

All iks well again.