Skip to content

Commit 69e4cec

Browse files
committed
Update interface
1 parent 0dd626b commit 69e4cec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pysteps/tests/test_nowcasts_anvil.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,12 @@ def test_anvil_rainrate(
4848
# Run nowcast
4949
nowcast_method = nowcasts.get_method("anvil")
5050

51+
5152
precip_forecast = nowcast_method(
5253
precip_input[-(ar_order + 2):],
53-
None, # no R(VIL) conversion is done
5454
retrieved_motion,
5555
n_timesteps=3,
56+
rainrate=None, # no R(VIL) conversion is done
5657
n_cascade_levels=n_cascade_levels,
5758
ar_order=ar_order,
5859
ar_window_radius=ar_window_radius,

0 commit comments

Comments
 (0)