-
Notifications
You must be signed in to change notification settings - Fork 174
Update regression tests to remove missing fi 8000 les from tests #8730
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update regression tests to remove missing files from tests #8730
Conversation
After okifying the downstream results (i.e. ramp, rate, cal) to match the missing persistence entries, regtest run started here to verify the errors are no longer present: https://plwishmaster.stsci.edu:8081/job/RT/job/JWST-Developers-Pull-Requests/1679/ |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #8730 +/- ##
==========================================
+ Coverage 60.63% 60.77% +0.13%
==========================================
Files 372 373 +1
Lines 38375 38596 +221
==========================================
+ Hits 23270 23458 +188
- Misses 15105 15138 +33 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These changes look right to me. There are many regression test failures - are those all expected, after your changes?
Should we also delete the files from the truth directories on artifactory, to tidy up?
To be safe, I've started a fresh run after okify'ing the new failures resulting from new CRDS context updates. Here: https://plwishmaster.stsci.edu:8081/job/RT/job/JWST-Developers-Pull-Requests/ I can clean up the truth files once merged. |
I think the regtests look right now - build 1680? The LRS ones are expected with the rmap that needs fixing and the "full_run" one looks like it's probably related to the NIRCam READPATT. Is that right? |
This PR addresses failing regression tests resulting from updated detector1 parameter reference files delivered by NIRCam and MIRI. The new reference files skip the refpix step for MIRI images and skip the persistence step for NIRCam data, resulting in test errors on missing
{..}_refpix.fits
and{..}_trapsfilled.fits
files. This PR removes those suffixes/filenames from the test diffs.Checklist for PR authors (skip items if you don't have permissions or they are not applicable)
CHANGES.rst
within the relevant release sectionHow to run regression tests on a PR