-
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-3734: Making OLS_C Default for CI Tests #289
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #289 +/- ##
===========================================
- Coverage 85.19% 73.79% -11.41%
===========================================
Files 46 46
Lines 8804 8809 +5
===========================================
- Hits 7501 6501 -1000
- Misses 1303 2308 +1005 ☔ 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.
Looks fine to me! One very small clean up request.
Did you run regression tests somewhere?
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.
the romancal regression tests pass with this in place.
https://github.com/spacetelescope/RegressionTests/actions/runs/11034593835
@kmacdonald-stsci - did regression tests get run for JWST for this change? |
Yes. None of the failures are related to any ramp fit tests. @tapastro verified the failures were due to another issue. https://plwishmaster.stsci.edu:8081/job/RT/job/JWST-Developers-Pull-Requests/1742/#showFailuresLink |
It looks like this is breaking a unit test:
We should probably resolve this failure before merging. |
Closing this PR. This approach has introduced a subtle bug. |
…ith CHARGELOSS.
Resolves JP-3734
Closes #
The JWST default algorithm was changed to be OLS_C for ramp fitting. The STCAL ramp fit testing has been changed to reflect this change in default algorithm.
Tasks
docs/
pageno-changelog-entry-needed
)changes/
:echo "changed something" > changes/<PR#>.<changetype>.rst
(see below for change types)"git+https://github.com/<fork>/stcal@<branch>"
)jwst
regression testromancal
regression testnews fragment change types...
changes/<PR#>.apichange.rst
: change to public APIchanges/<PR#>.bugfix.rst
: fixes an issuechanges/<PR#>.general.rst
: infrastructure or miscellaneous change