Skip to content

Commit

Permalink
Update src/stcal/outlier_detection/median.py
Browse files Browse the repository at this point in the history
Co-authored-by: Brett Graham <[email protected]>
  • Loading branch information
emolter and braingram authored Oct 1, 2024
1 parent 2608a37 commit c2d10b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stcal/outlier_detection/median.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def append(self,
The data to append to the median computer. Must have shape full_shape[1:].
idx
The index at which to append the data. Mus be between 0 and full_shape[0].
The index at which to append the data. Must be between 0 and full_shape[0].
Required if using in-memory median computation.
"""
if self.in_memory:
Expand Down

0 comments on commit c2d10b7

Please sign in to comment.