Skip to content

Commit

Permalink
remove accidentally added duplicate test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
mats-knmi committed Jul 24, 2024
1 parent 9c91828 commit 39d8c0d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pysteps/tests/test_blending_steps.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,8 @@
(1, 3, 4, 9, "incremental", "cdf", False, "spn", True, 4, False, False, 0, False),
(2, 3, 10, 8, "incremental", "cdf", False, "spn", True, 10, False, False, 0, False),
(5, 3, 5, 8, "incremental", "cdf", False, "spn", True, 5, False, False, 0, False),
(5, 3, 5, 8, "incremental", "cdf", False, "spn", True, 5, False, False, 0, False),
(1, 10, 1, 8, "incremental", "cdf", False, "spn", True, 1, False, False, 0, False),
(2, 3, 2, 8, "incremental", "cdf", True, "spn", True, 2, False, False, 0, False),
(2, 3, 2, 8, "incremental", "cdf", True, "spn", True, 2, False, False, 0, False),
(1, 3, 6, 8, None, None, False, "spn", True, 6, False, False, 0, False),
# Test the case where the radar image contains no rain.
(1, 3, 6, 8, None, None, False, "spn", True, 6, True, False, 0, False),
Expand Down

0 comments on commit 39d8c0d

Please sign in to comment.