pypeit / PypeIt

The Python Spectroscopic Data Reduction Pipeline
BSD 3-Clause "New" or "Revised" License
163 stars 104 forks source link

Hotfix display #1837

Closed rcooke-ast closed 3 months ago

rcooke-ast commented 3 months ago

Simple hotfix that deals with the case when trc_name is not set

codecov-commenter commented 3 months ago

:warning: Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

Attention: Patch coverage is 0% with 3 lines in your changes missing coverage. Please review.

Project coverage is 38.22%. Comparing base (c2dca65) to head (844c2a8).

Files Patch % Lines
pypeit/display/display.py 0.00% 2 Missing :warning:
pypeit/alignframe.py 0.00% 1 Missing :warning:

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #1837 +/- ## =========================================== - Coverage 38.22% 38.22% -0.01% =========================================== Files 208 208 Lines 48357 48358 +1 =========================================== - Hits 18486 18483 -3 - Misses 29871 29875 +4 ```

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

rcooke-ast commented 3 months ago

Good call - done!