Skip to content

Commit

Permalink
Update jump.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mwregan2 committed Jan 25, 2024
1 parent f011e93 commit 623934a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stcal/jump/jump.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ def detect_jumps(
log.info("Total showers= %i", num_showers)
number_extended_events = num_showers
else:
yinc = int(n_rows / n_slices)
yinc = int(n_rows // n_slices)

Check warning on line 317 in src/stcal/jump/jump.py

View check run for this annotation

Codecov / codecov/patch

src/stcal/jump/jump.py#L317

Added line #L317 was not covered by tests
slices = []
# Slice up data, gdq, readnoise_2d into slices
# Each element of slices is a tuple of
Expand Down

0 comments on commit 623934a

Please sign in to comment.