-
Notifications
You must be signed in to change notification settings - Fork 171
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
(JP-3358) Delete undersampling_correction directories #7850
Conversation
Regression test started at https://plwishmaster.stsci.edu:8081/job/RT/job/JWST-Developers-Pull-Requests/879 |
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## master #7850 +/- ##
==========================================
+ Coverage 74.38% 74.47% +0.09%
==========================================
Files 459 459
Lines 37109 37064 -45
==========================================
Hits 27603 27603
+ Misses 9506 9461 -45
*This pull request uses carry forward flags. Click here to find out more.
☔ View full report in Codecov by Sentry. |
All CI failures are due to the use of the latest stdatamodels release, as opposed to stdatamodels/master. |
There's an error in the way the new DQ flag name is used in the ramp_fit step right here: That needs to be fixed. You can include it in this PR. |
Another regtest run started at https://plwishmaster.stsci.edu:8081/job/RT/job/JWST-Developers-Pull-Requests/881 |
Regtest results now show only expected differences, so I'm merging this. |
This PR deletes the directories for the undersampling_correction step. That step has been renamed to charge_migration
via JP-3337 and JP-3338.
Checklist for maintainers
CHANGES.rst
within the relevant release sectionHow to run regression tests on a PR