Skip to content

Commit

Permalink
Updating test_cext_chargeloss.
Browse files Browse the repository at this point in the history
  • Loading branch information
kmacdonald-stsci committed Sep 10, 2024
1 parent e893cf1 commit 2ee4a85
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_ramp_fitting.py
Original file line number Diff line number Diff line change
Expand Up @@ -1610,8 +1610,9 @@ def test_cext_chargeloss():
ramp.groupdq[0, 3, 0, 3] = JUMP

ramp.orig_gdq = ramp.groupdq.copy()
ramp.flags_chargeloss = dqflags["CHARGELOSS"]

save_opt, ncores, bufsize, algo = False, "none", 1024 * 30000, "OLS"
save_opt, ncores, bufsize, algo = False, "none", 1024 * 30000, "OLS_C"
slopes, cube, ols_opt, gls_opt = ramp_fit_data(
ramp, bufsize, save_opt, rnoise, gain, algo, "optimal", ncores, dqflags
)
Expand Down

0 comments on commit 2ee4a85

Please sign in to comment.