Skip to content

Commit

Permalink
copy docstring from jwst
Browse files Browse the repository at this point in the history
  • Loading branch information
braingram committed Jul 26, 2024
1 parent 573b5d9 commit aa64f1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/stcal/outlier_detection/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ def compute_weight_threshold(weight, maskpt):


def _abs_deriv(array):
"""Take the absolute derivate of a numpy array."""
tmp = np.zeros(array.shape, dtype=np.float64)
out = np.zeros(array.shape, dtype=np.float64)

Expand Down

0 comments on commit aa64f1d

Please sign in to comment.