Skip to content

Commit 76539bb

Browse files
committed
slight reduction in skill
1 parent 6ab76a7 commit 76539bb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pysteps/tests/test_nowcasts_steps.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
from pysteps import io, motion, nowcasts, verification
88
from pysteps.tests.helpers import get_precipitation_fields
99

10-
1110
steps_arg_names = (
1211
"n_ens_members",
1312
"n_cascade_levels",
@@ -22,7 +21,7 @@
2221
steps_arg_values = [
2322
(5, 6, 2, None, None, "spatial", 3, 1.30),
2423
(5, 6, 2, None, None, "spatial", [3], 1.30),
25-
(5, 6, 2, "incremental", None, "spatial", 3, 7.31),
24+
(5, 6, 2, "incremental", None, "spatial", 3, 7.32),
2625
(5, 6, 2, "sprog", None, "spatial", 3, 8.4),
2726
(5, 6, 2, "obs", None, "spatial", 3, 8.37),
2827
(5, 6, 2, None, "cdf", "spatial", 3, 0.60),

0 commit comments

Comments
 (0)