Closed WilliamJamieson closed 12 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Files | Coverage Δ | |
---|---|---|
src/stcal/ramp_fitting/ols_cas22_fit.py | 81.25% <100.00%> (ø) |
|
tests/test_jump_cas22.py | 100.00% <100.00%> (ø) |
:loudspeaker: Thoughts on this report? Let us know!.
@stscieisenhamer , mind checking to see if this resolves your issue? Thanks!
I think I see that with include_diagnostic=False we don't get any information back about where the jumps are and we don't end up updating the DQ array. I think we need that. Ideally that could happen in place on the DQ array, so no additional memory were needed; I'm not sure how convenient that ends up being here.
Resolves RCAL-702
This PR resolves a massive memory spike as part of the solution to RCAL-702
Checklist
CHANGES.rst
(either inBug Fixes
orChanges to API
)