Skip to content

Commit

Permalink
Fix deprecated arg name in example
Browse files Browse the repository at this point in the history
  • Loading branch information
dnerini authored Feb 4, 2025
1 parent 1cc4b26 commit 006fb49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/linda_nowcasts.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
max_num_features=15,
add_perturbations=True,
vel_pert_method=None,
num_ens_members=40,
n_ens_members=40,
num_workers=8,
measure_time=True,
)[0]
Expand Down

0 comments on commit 006fb49

Please sign in to comment.