Skip to content

Commit

Permalink
make crs bigger for new pars file
Browse files Browse the repository at this point in the history
  • Loading branch information
braingram committed Aug 8, 2024
1 parent c0e726a commit 0d204b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions romancal/jump/tests/test_jump_step.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ def test_one_CR(generate_wfi_reffiles, max_cores, setup_inputs):
CR_group = next(CR_pool)
model1.data[CR_group:, CR_y_locs[i], CR_x_locs[i]] = (
model1.data[CR_group:, CR_y_locs[i], CR_x_locs[i]]
+ 500.0 * model1.data.unit
+ 5000.0 * model1.data.unit
)

out_model = JumpStep.call(
Expand Down Expand Up @@ -215,7 +215,7 @@ def test_two_CRs(generate_wfi_reffiles, max_cores, setup_inputs):
CR_group = next(CR_pool)

model1.data[CR_group:, CR_y_locs[i], CR_x_locs[i]] = (
model1.data[CR_group:, CR_y_locs[i], CR_x_locs[i]] + 500 * model1.data.unit
model1.data[CR_group:, CR_y_locs[i], CR_x_locs[i]] + 5000 * model1.data.unit
)
model1.data[CR_group + 8 :, CR_y_locs[i], CR_x_locs[i]] = (
model1.data[CR_group + 8 :, CR_y_locs[i], CR_x_locs[i]]
Expand Down

0 comments on commit 0d204b6

Please sign in to comment.