We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
stcal/src/stcal/ramp_fitting/likely_algo_classes.py
Line 251 in 787aa81
contains attempted uses of fit_ramps:
fit_ramps
Line 289 in 787aa81
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.
The text was updated successfully, but these errors were encountered:
kmacdonald-stsci
No branches or pull requests
stcal/src/stcal/ramp_fitting/likely_algo_classes.py
Line 251 in 787aa81
contains attempted uses of
fit_ramps
:stcal/src/stcal/ramp_fitting/likely_algo_classes.py
Line 289 in 787aa81
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.
The text was updated successfully, but these errors were encountered: