Skip to content

Commit 3c18031

Browse files
committed
Fix black
1 parent cb79b47 commit 3c18031

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pysteps/tests/test_utils_cleansing.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ def test_detect_outlier_multivariate_local():
175175
outliers = cleansing.detect_outliers(V, 4, coord=X, k=50)
176176
assert outliers.sum() == 2
177177

178+
178179
def test_detect_outlier_input_dims():
179180
V = np.zeros((20, 3, 2))
180181
thr_std_devs = 1

0 commit comments

Comments
 (0)