astropy / specreduce

Tools for the reduction of spectroscopic observations from Optical and NIR instruments
https://specreduce.readthedocs.io
62 stars 38 forks source link

fix warning message in FitTrace when many bins masked #194

Closed cshanahan1 closed 11 months ago

cshanahan1 commented 1 year ago

This PR consolidates warning messages that were previously produced for each individual masked column into one message reporting all masked columns, or that many columns were masked if there are more than 20.

codecov[bot] commented 12 months ago

Codecov Report

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

Comparison is base (3ec660a) 81.32% compared to head (5f72ca7) 81.61%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #194 +/- ## ========================================== + Coverage 81.32% 81.61% +0.29% ========================================== Files 10 10 Lines 996 1001 +5 ========================================== + Hits 810 817 +7 + Misses 186 184 -2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.