From 006fb49bd01385e6e18a3e29027c502c76fb38c9 Mon Sep 17 00:00:00 2001 From: Daniele Nerini Date: Tue, 4 Feb 2025 17:57:37 +0100 Subject: [PATCH] Fix deprecated arg name in example --- examples/linda_nowcasts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/linda_nowcasts.py b/examples/linda_nowcasts.py index fc370288..a121ccaf 100644 --- a/examples/linda_nowcasts.py +++ b/examples/linda_nowcasts.py @@ -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]