Skip to content

Commit

Permalink
Minor clean up following rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
melanieclarke committed Feb 3, 2025
1 parent 8ca8b9d commit 61c6ea0
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/stcal/jump/jump.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def detect_jumps_data(jump_data):

with warnings.catch_warnings():
warnings.filterwarnings("ignore", ".*in divide.*", RuntimeWarning)
# Back out the applied gain to the SCI, ERR, and readnoise arrays so they're
# Back out the applied gain to the SCI and readnoise arrays so they're
# back in units of DN
data /= jump_data.gain_2d
readnoise_2d /= jump_data.gain_2d
Expand Down
1 change: 0 additions & 1 deletion src/stcal/jump/jump_class.py
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,6 @@ def get_jump_data_arrays(self):
self.data
self.gdq
self.pdq
self.err
self.gain_2d
self.rnoise_2d
'''
Expand Down
1 change: 0 additions & 1 deletion tests/test_jump.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ def test_multiprocessing():
frame_time, nframes, groupgap = 10.6, 1, 0

dims = nints, ngroups, nrows, ncols
var = rnval, gval
tm = frame_time, nframes, groupgap

jump_data = create_jump_data(dims, gval, rnval, tm)
Expand Down

0 comments on commit 61c6ea0

Please sign in to comment.