Skip to content

Commit

Permalink
Update pysteps/nowcasts/steps.py
Browse files Browse the repository at this point in the history
Co-authored-by: mats-knmi <[email protected]>
  • Loading branch information
sidekock and mats-knmi authored Nov 4, 2024
1 parent f123bde commit 1a71e61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pysteps/nowcasts/steps.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1a71e61

Please sign in to comment.