Closed raimund-schluessler closed 2 years ago
Attention: Patch coverage is 90.00000%
with 2 lines
in your changes missing coverage. Please review.
Project coverage is 77.64%. Comparing base (
17102d8
) to head (051612a
). Report is 86 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
impose/gui/visualize.py | 33.33% | 2 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This fixes the handling of NaN values in Impose. Impose does not complain anymore when a map contains (only) NaN values. I also adjusted the calculation or RGV and HSV values so that NaN values do not affect the resulting colors anymore (they are treated as if they don't exist now).
Closes #25.