From 1a71e61781f87d3e9fa4b54db937fbfed262758c Mon Sep 17 00:00:00 2001 From: Simon De Kock Date: Mon, 4 Nov 2024 11:33:08 +0100 Subject: [PATCH] Update pysteps/nowcasts/steps.py Co-authored-by: mats-knmi <145579783+mats-knmi@users.noreply.github.com> --- pysteps/nowcasts/steps.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pysteps/nowcasts/steps.py b/pysteps/nowcasts/steps.py index decd4246..ed1cd43c 100644 --- a/pysteps/nowcasts/steps.py +++ b/pysteps/nowcasts/steps.py @@ -112,7 +112,7 @@ class StepsNowcasterState: class StepsNowcaster: - def __init__(self, precip, velocity, time_steps, steps_config): + def __init__(self, precip, velocity, time_steps, steps_config: StepsNowcasterConfig): # Store inputs and optional parameters self.precip = precip self.velocity = velocity