Closed kmacdonald-stsci closed 1 year ago
Patch coverage: 100.00
% and project coverage change: +0.31
:tada:
Comparison is base (
a3c1e27
) 74.78% compared to head (557ef77
) 75.10%.:exclamation: Current head 557ef77 differs from pull request most recent head 66b10ff. Consider uploading reports for the commit 66b10ff to get more accurate results
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
https://github.com/spacetelescope/stcal/blob/main/src/stcal/ramp_fitting/ols_fit.py#L1657-L1658
The added test was to increase code coverage and add a case that needs testing.
@PaulHuwe can you (or your designee) run a Roman regtest against this PR branch?
@PaulHuwe can you (or your designee) run a Roman regtest against this PR branch?
I think I set this up correctly to run the Roman devdeps regtest with the source branch for this PR: https://plwishmaster.stsci.edu:8081/job/RT/job/Roman-devdeps/295/
@PaulHuwe can you (or your designee) run a Roman regtest against this PR branch?
I think I set this up correctly to run the Roman devdeps regtest with the source branch for this PR: https://plwishmaster.stsci.edu:8081/job/RT/job/Roman-devdeps/295/
There were a number of failures, with only 1 in the ramp_fitting step itself. It appears to be an unrelated error that is common to all the failures. Should we call this a success?
There were a number of failures, with only 1 in the ramp_fitting step itself. It appears to be an unrelated error that is common to all the failures. Should we call this a success?
I would call this a success but @PaulHuwe might know more about the existing failures which all appear to be unit related.
The previous devdeps run (started by timer with no overrides) had 19 failures: https://plwishmaster.stsci.edu:8081/job/RT/job/Roman-devdeps/294/
The run that used the source branch for this PR had 15 failures. All of these appear to match failures from the previous run: https://plwishmaster.stsci.edu:8081/blue/organizations/jenkins/RT%2FRoman-devdeps/detail/Roman-devdeps/295/tests/
Not that is matters, as this was already merged, but the RomanCAL test repo files are presently being updated, as the latest release required remaking of files.
Closes #168
This PR addresses the usage of
np.where
and removes it where possible for performance reasons in the ramp fitting step.Checklist
CHANGES.rst
(either inBug Fixes
orChanges to API
)