Closed kmacdonald-stsci closed 3 months ago
Attention: Patch coverage is 55.55556%
with 4 lines
in your changes missing coverage. Please review.
Project coverage is 83.76%. Comparing base (
5772579
) to head (8c92688
). Report is 180 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
src/stcal/ramp_fitting/ols_fit.py | 57.14% | 3 Missing :warning: |
src/stcal/ramp_fitting/ramp_fit.py | 0.00% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Running a regression test:
https://plwishmaster.stsci.edu:8081/job/RT/job/JWST-Developers-Pull-Requests/1576/
I forgot to mention - I looked at the regression tests that failed and they are unrelated. These three tests seem to intermittently fail fairly often (test_nirspec_missing_msa_fail, test_nirspec_missing_msa_nofail, and test_duplicate_names).
I started another test run - the previous one did not pick up the correct commit and did not test the changes in this PR. https://plwishmaster.stsci.edu:8081/job/RT/job/JWST-Developers-Pull-Requests/1579/
Failures are unrelated.
Resolves JP-3678
Closes #8618
This PR addresses an error in multiprocessing with the selection of the OLS_C algorithm. The C extension flag was not properly passed to the sliced data when prepared for multiprocessing, so the old python code ran, even the the C extension was selected. The C extension selection is now properly passed to the sliced data, so the C extension will be run when multiprocessing is selected.
Checklist
CHANGES.rst
(either inBug Fixes
orChanges to API
)