Skip to content

Commit

Permalink
tests worked locally
Browse files Browse the repository at this point in the history
Fixes #352
  • Loading branch information
Gorkowski committed Nov 12, 2023
1 parent 890f4c5 commit 4f8d75f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion particula/util/stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ def mask_outliers(
invert: bool=False
) -> np.ndarray:
"""
Creat a boolean mask for outliers in a data array. Outliers are defined as
Create a boolean mask for outliers in a data array. Outliers are defined as
values that are either above or below a specified threshold, or that are
equal to a specified value. Not all parameters need to be specified. If
`invert` is True, the mask will be inverted. The mask will be True for
Expand Down

0 comments on commit 4f8d75f

Please sign in to comment.