Skip to content

Commit

Permalink
Update twopoint_difference.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mwregan2 committed Jan 30, 2024
1 parent efd4abc commit 38d617e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stcal/jump/twopoint_difference.py
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ def find_crs(
group = cr_group[j]
row = cr_row[j]
col = cr_col[j]
if e_jump_4d[intg, group - 1, row, col] >= cthres[row, col]:
if e_jump_4d[intg, group - 1, row, col] >= cthres:
for kk in range(group + 1, min(group + cgroup + 1, ngroups)):
gdq[intg, kk, row, col] = np.bitwise_or(gdq[intg, kk, row, col], jump_flag)

Check warning on line 415 in src/stcal/jump/twopoint_difference.py

View check run for this annotation

Codecov / codecov/patch

src/stcal/jump/twopoint_difference.py#L413-L415

Added lines #L413 - L415 were not covered by tests
if "stddev" in locals():
Expand Down

0 comments on commit 38d617e

Please sign in to comment.