Closed emolter closed 4 months ago
Regression tests started here, using the new GitHub Actions workflow (hope that works!) https://github.com/spacetelescope/RegressionTests/actions/runs/9940607341
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 59.61%. Comparing base (
4b77a5e
) to head (d433757
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
separate regtests with same changes started here on Jenkins: https://plwishmaster.stsci.edu:8081/job/RT/job/JWST-Developers-Pull-Requests/1605/
all regtest failures are unrelated
Resolves JP-3687
Closes #8640
This PR addresses a bug that occurs when the
outlier_detection
step is run outside the pipeline, i.e., loading the datamodel from file instead of passing it in as aModelContainer
. In that case, thewcs.array_shape
attribute sometimes does not get saved (saving of this attribute was added to gwcs within the past year, so the behavior is version-dependent). This PR sets thewcs.array_shape
explicitly.Checklist for PR authors (skip items if you don't have permissions or they are not applicable)
CHANGES.rst
within the relevant release section