spacetelescope / jwst

Python library for science observations from the James Webb Space Telescope
https://jwst-pipeline.readthedocs.io/en/latest/
Other
570 stars 167 forks source link

JP-3584-bugfix: fixed failed save for intermediate (median) files #8555

Closed emolter closed 5 months ago

emolter commented 5 months ago

Resolves JP-3584

Closes #8378

This PR fixes a bug in implementation of JP-3584 that was causing crashes when save_intermediate_results was set True for TSO data.

Checklist for PR authors (skip items if you don't have permissions or they are not applicable)

emolter commented 5 months ago

regression tests started here

codecov[bot] commented 5 months ago

Codecov Report

Attention: Patch coverage is 50.00000% with 1 line in your changes missing coverage. Please review.

Project coverage is 58.52%. Comparing base (b7e0b10) to head (30836b0). Report is 337 commits behind head on master.

Files with missing lines Patch % Lines
jwst/outlier_detection/outlier_detection_tso.py 50.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #8555 +/- ## ========================================== + Coverage 58.02% 58.52% +0.50% ========================================== Files 388 388 Lines 38977 38958 -19 ========================================== + Hits 22617 22802 +185 + Misses 16360 16156 -204 ```

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