-
Notifications
You must be signed in to change notification settings - Fork 168
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-2669: Updating tests due to new STCAL behavior for NaNs in rateints product. #6949
Conversation
I assume that we need to wait to merge this until spacetelescope/stcal#112 gets merged, right? |
Yes. Also I was told there has been some discussion on what to do with NaNs, so not sure how quickly we should merge either the STCAL and JWST PR's right now till we here back about this. |
e02b8aa
to
afcb050
Compare
@kmacdonald-stsci can you rebase this to include the updates to setup that pin the version of jsonschema? All the CI's are failing because of that issue. |
…es and their corresponding DQ flags. The rateints product will have all NaNs set to zero with the corresponding DQ flag set to DO_NOT_USE. Updating the change log.
afcb050
to
595e148
Compare
Codecov Report
@@ Coverage Diff @@
## master #6949 +/- ##
==========================================
- Coverage 79.27% 79.24% -0.03%
==========================================
Files 414 414
Lines 37478 37478
==========================================
- Hits 29709 29701 -8
- Misses 7769 7777 +8
*This pull request uses carry forward flags. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
…s product. (spacetelescope#6949) Updating tests due to new STCAL behavior for NaNs in integration slopes and their corresponding DQ flags. The rateints product will have all NaNs set to zero with the corresponding DQ flag set to DO_NOT_USE. Updating the change log. (cherry picked from commit e8318e6)
…es and their corresponding DQ flags. The rateints product will have all NaNs set to zero with the corresponding DQ flag set to DO_NOT_USE.
Resolves JP-2669
This PR addresses testing changes needed due to updates in STCAL PR 112, which updates the way the rateints gets computed. NaNs in the rateints products are converted to 0. and the corresponding DQ value has the
DO_NOT_USE
flag set.Checklist
CHANGES.rst
within the relevant release section