-
Notifications
You must be signed in to change notification settings - Fork 32
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-2206: fix jump for miri 3 and 4 group ints #44
JP-2206: fix jump for miri 3 and 4 group ints #44
Conversation
Codecov Report
@@ Coverage Diff @@
## main #44 +/- ##
==========================================
- Coverage 21.99% 21.72% -0.27%
==========================================
Files 14 14
Lines 1614 1611 -3
==========================================
- Hits 355 350 -5
- Misses 1259 1261 +2
Continue to review full report at Codecov.
|
c933dff
to
f06613f
Compare
f06613f
to
41e1fa9
Compare
@cshanahan1 This may need a rebase because of a fix for jwst in #49 |
CHANGES.rst
Outdated
jump_detection | ||
-------------- | ||
- Fix issue with flagging for MIRI three and four group integrations. (#44) | ||
|
||
|
||
|
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.
This needs to go in a 0.2.5 (unreleased)
section, as 0.2.4 is already released.
41e1fa9
to
b235456
Compare
@@ -21,6 +21,11 @@ ramp_fitting | |||
Workaround for setuptools_scm issues with recent versions of pip. [#45] | |||
|
|||
|
|||
jump_detection | |||
-------------- | |||
- Fix issue with flagging for MIRI three and four group integrations. (#44) |
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.
Sorry, this needs to be moved again - to the 0.4.
section
b235456
to
b335493
Compare
Merging, so we can release and update jwst. |
This reverts commit cabd41e.
This reverts commit cabd41e.
Resolves spacetelescope/jwst#6223 / JP-2206
Closes spacetelescope/jwst#6234
Code derived from @mwregan2 's PR above.
This has a corresponding PR in jwst to fix some tests that also needs to be merged: spacetelescope/jwst#6310. This PR should be merged and stcal should be released before that one is merged.