Skip to content

Commit

Permalink
Updating the ramp fit OLS code for use of C code.
Browse files Browse the repository at this point in the history
  • Loading branch information
kmacdonald-stsci committed Dec 14, 2023
1 parent 4e31c5b commit 7de15fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/stcal/ramp_fitting/ols_fit.py
Original file line number Diff line number Diff line change
Expand Up @@ -658,8 +658,8 @@ def ols_ramp_fit_single(ramp_data, buffsize, save_opt, readnoise_2d, gain_2d, we
The tuple of computed optional results arrays for fitting.
"""

use_c = False
# use_c = True
# use_c = False
use_c = True
if use_c:
print(" ")
print("=" * 80)
Expand Down

0 comments on commit 7de15fe

Please sign in to comment.