Skip to content

Commit

Permalink
Update src/stcal/jump/jump.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hbushouse authored Jan 31, 2024
1 parent 07186c4 commit 304a4b0
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 @@ -683,7 +683,7 @@ def extend_ellipses(
diff_cube = out_gdq_cube - gdq_cube
return out_gdq_cube, num_ellipses

def find_last_grp(grp, ngrps, num_grps_masked_after):
def find_last_grp(grp, ngrps, num_grps_masked):
"""
Parameters
----------
Expand Down

0 comments on commit 304a4b0

Please sign in to comment.