Skip to content

Commit

Permalink
Actually add a test that runs the previously uncovered lines
Browse files Browse the repository at this point in the history
  • Loading branch information
mats-knmi committed Jan 2, 2025
1 parent 7cd6b9f commit da618ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pysteps/tests/test_blending_steps.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
(1, 10, 1, 8, "incremental", "cdf", False, "spn", True, 1, False, False, 0, False, None),
(2, 3, 2, 8, "incremental", "cdf", True, "spn", True, 2, False, False, 0, False, None),
(1, 3, 6, 8, None, None, False, "spn", True, 6, False, False, 0, False, None),
(1, 3, 6, 8, None, None, False, "spn", True, 6, False, False, 0, False, "bps"),
# Test the case where the radar image contains no rain.
(1, 3, 6, 8, None, None, False, "spn", True, 6, True, False, 0, False, None),
(5, 3, 5, 6, "incremental", "cdf", False, "spn", False, 5, True, False, 0, False, None),
Expand All @@ -47,7 +48,6 @@
(5, 3, 5, 6, "obs", "mean", False, "spn", False, 5, True, True, 80, False, None),
(5, [1, 2, 3], 5, 6, "obs", "mean", False, "spn", False, 5, True, True, 80, False, None),
(5, [1, 3], 5, 6, "obs", "mean", False, "spn", False, 5, True, True, 80, False, None),
(5, [1, 3], 5, 6, "obs", "mean", False, "spn", False, 5, True, True, 80, False, "bps"),
]
# fmt:on

Expand Down

0 comments on commit da618ea

Please sign in to comment.