From 4f8d75f3fb1718fb2ae7b3510db962bdf21a4043 Mon Sep 17 00:00:00 2001 From: Kyle Gorkowski Date: Sun, 12 Nov 2023 09:38:46 -0700 Subject: [PATCH] tests worked locally Fixes #352 --- particula/util/stats.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/particula/util/stats.py b/particula/util/stats.py index f2146429f..7eeb40875 100644 --- a/particula/util/stats.py +++ b/particula/util/stats.py @@ -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