Closed sschmidt23 closed 2 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 95.81%. Comparing base (
7b08951
) to head (d8dc15d
). Report is 2 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Addresses issue #20 by adding an
only_colors
config param to KNearnNeigh, if set to True this does not use the reference band magnitude in the nearest neighbor calculation. I also added an explicitnp.float32
cast to the nondetect replacements, as I noticed a ton of deprecation warnings from pandas when running the tests where it was not realizing that 27.79 was a float32 and threatening to throw an exception on a future pandas version. Also, some minor linting fixes for whitespace and such in the test_algos.pyCode Quality
#pragma: no cover
; in the case of a bugfix, a new test that breaks as a result of the bug has been added