diff --git a/pvanalytics/tests/features/test_snow.py b/pvanalytics/tests/features/test_snow.py index 173e4a81..f3787747 100644 --- a/pvanalytics/tests/features/test_snow.py +++ b/pvanalytics/tests/features/test_snow.py @@ -79,7 +79,7 @@ def test_categorize(): # vr=np.nan, vrthres, vr>thres, vr>thres # trthres # None (vr), None (vmo), 1, 3, 3, 3, None - expected = np.array([None, None, 1, 2, 3, 4, None]) + expected = np.array([None, None, 1, 2, 3, 4, 0]) result = snow.categorize(vmp_ratio, transmission, measured_voltage, modeled_voltage, min_dcv, threshold_vratio, threshold_transmission)