Skip to content

Commit

Permalink
Using incorrect variable name causing errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
kmacdonald-stsci committed May 16, 2024
1 parent 832a5ea commit b476a50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stcal/ramp_fitting/ols_fit.py
Original file line number Diff line number Diff line change
Expand Up @@ -699,7 +699,7 @@ def ols_ramp_fit_single(ramp_data, buffsize, save_opt, readnoise_2d, gain_2d, we

p_end = time.time()
p_diff = p_end - p_start
log.info(f"Ramp Fitting Python Time: {c_diff}")
log.info(f"Ramp Fitting Python Time: {p_diff}")

return image_info, integ_info, opt_info

Expand Down

0 comments on commit b476a50

Please sign in to comment.