Open braingram opened 4 weeks ago
https://github.com/spacetelescope/stcal/blob/787aa81a6719bb0c72be8972171c7f3f88c8adf0/src/stcal/ramp_fitting/likely_algo_classes.py#L251
contains attempted uses of fit_ramps: https://github.com/spacetelescope/stcal/blob/787aa81a6719bb0c72be8972171c7f3f88c8adf0/src/stcal/ramp_fitting/likely_algo_classes.py#L289 which is undefined.
fit_ramps
As we haven't seen any errors it's likely calc_bias is unused.
calc_bias
It's unclear to me if this is a bug (and it should be used) or if the test coverage is incomplete and we may see failures during non-test runs.
https://github.com/spacetelescope/stcal/blob/787aa81a6719bb0c72be8972171c7f3f88c8adf0/src/stcal/ramp_fitting/likely_algo_classes.py#L251
contains attempted uses of
fit_ramps
: https://github.com/spacetelescope/stcal/blob/787aa81a6719bb0c72be8972171c7f3f88c8adf0/src/stcal/ramp_fitting/likely_algo_classes.py#L289 which is undefined.As we haven't seen any errors it's likely
calc_bias
is unused.It's unclear to me if this is a bug (and it should be used) or if the test coverage is incomplete and we may see failures during non-test runs.