Skip to content

Commit

Permalink
Removing white space.
Browse files Browse the repository at this point in the history
  • Loading branch information
kmacdonald-stsci committed Jan 30, 2025
1 parent 602151d commit 6d7cdde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jwst/jump/jump_step.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def process(self, step_input):
result = input_model.copy()
jump_data = self._setup_jump_data(result)
new_gdq, new_pdq, number_crs, number_extended_events, stddev = detect_jumps_data(jump_data)

# Update the DQ arrays of the output model with the jump detection results
result.groupdq = new_gdq
result.pixeldq = new_pdq
Expand Down

0 comments on commit 6d7cdde

Please sign in to comment.