Closed emolter closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 66.18%. Comparing base (
9376300
) to head (84279cf
). Report is 10 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Four failing tests here. One matches the nightly test runs; the other three appear to be related to a necessary CRDS update. Can someone please advise me on where those come from and how they should be fixed? I would be happy to make a PR in CRDS (if that's indeed what's required), but I've never touched that code before and could use some guidance.
The drizpars
ones are a result of the tests that this repository contains that check that "all" reference files from crds can be loaded. Those failures are expected since drizpars
support is removed with this PR.
I would be fine with disabling the tests against the drizpars
reference files. @tapastro any objection?
The other failure on main is unrelated. Presumably it's from a crds update.
If ignoring drizpars
is acceptable, it can be skipped somewhere here:
https://github.com/spacetelescope/stdatamodels/blob/ee4756ffe9ff71c1fb7b067f8998949a88d6a703/src/stdatamodels/jwst/datamodels/tests/test_schema_against_crds.py#L194-L200
(similar to how the pars-
files are skipped).
Would you run regtests with this PR? I'm assuming it will show many expected failures due to the missing R_DRIZPAR
.
regression tests for JWST started here
edit: sure enough, there are 55 failures, although the MIRI LRS slitless ones are unrelated
I'll leave merging up to you (let me know if you don't have permission) to schedule the regtest okifying. Thanks!
@tapastro are the JWST regression tests in a good enough state for us to merge this and for me to ok-ify as I see fit afterward?
regression tests to okify are started here
Resolves JP-3656
Closes JWST 8558 Closes #304
This PR removes the unused DrizPars model type for JWST and the associated R_DRIZPAR keyword in the core schema, as well as associated imports and docs.
Checklist
CHANGES.rst
(either inBug Fixes
orChanges to API
)