-
Notifications
You must be signed in to change notification settings - Fork 174
JP-1481 Update was_source_model after reading new data #5076
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
Conversation
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.
Hard to tell what effect this may have in the broader context of processing various different types of inputs, but I guess the regression tests will give us that answer.
Just needs a change log entry before merging.
Codecov Report
@@ Coverage Diff @@
## master #5076 +/- ##
==========================================
- Coverage 53.04% 53.04% -0.01%
==========================================
Files 401 401
Lines 35597 35601 +4
Branches 5518 5519 +1
==========================================
+ Hits 18883 18884 +1
- Misses 15576 15578 +2
- Partials 1138 1139 +1
Continue to review full report at Codecov.
|
All reactions
Sorry, something went wrong.
It does work best if you add the files you've changed... |
All reactions
Sorry, something went wrong.
Successfully merging this pull request may close these issues.
Error in calwebb_spec3 extract_1d step for NIRISS WFSS data
This issue here was that after the data are ordered by source the "was_source_model" is not updated. This rechecks the input model container in run_extract1d so that the correct path through the module is selected.
Fixes #5004 / JP-1481