Closed emolter closed 4 months ago
Attention: Patch coverage is 86.36364%
with 9 lines
in your changes missing coverage. Please review.
Project coverage is 59.57%. Comparing base (
23fb5cd
) to head (c0d1d4c
).
Files with missing lines | Patch % | Lines |
---|---|---|
jwst/extract_2d/nirspec.py | 86.04% | 6 Missing :warning: |
jwst/wavecorr/wavecorr_step.py | 66.66% | 3 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
regression tests started here
Fresh regtest run started here
All the regtest failures are expected: they only pertain to the existence of SRCXPOS and SRCYPOS header keywords and display no changes to any data.
New round of regression tests started here
out-of-date as it was not using stdatamodels>2.0; see below
re-starting regression test run after rebasing to include stdatamodels>2.0
All of the regtest failures are once again just related to extra header keywords SRCXPOS and SRCYPOS, which are expected
Resolves JP-3648
Closes #8536
This PR addresses moving the assignment of the
slit.source_xpos
andslit.source_ypos
attributes from thewavecorr
step to theextract_2d
step. This change allows the wavecorr step to be skipped without causing failures downstream (extract_2d
is not skipped for fixed-slit data).Checklist for PR authors (skip items if you don't have permissions or they are not applicable)
CHANGES.rst
within the relevant release section