Skip to content

Commit

Permalink
Commenting out debugging code.
Browse files Browse the repository at this point in the history
  • Loading branch information
kmacdonald-stsci committed Jan 24, 2024
1 parent 5233504 commit 6e48cd0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/stcal/ramp_fitting/ols_fit.py
Original file line number Diff line number Diff line change
Expand Up @@ -660,6 +660,7 @@ def ols_ramp_fit_single(ramp_data, buffsize, save_opt, readnoise_2d, gain_2d, we
"""
# use_c = False
use_c = True
# use_c = ramp_data.dbg_run_c_code
if use_c:
print(" ")
print("=" * 80)
Expand Down

0 comments on commit 6e48cd0

Please sign in to comment.