From b97be2dff335c5b73c73399567d53a48c8125812 Mon Sep 17 00:00:00 2001 From: Barbara Bertozzi Date: Mon, 29 Sep 2025 11:03:13 +0200 Subject: [PATCH] Remove the dask client restart at the beginning of each time chunk processing --- scripts/sp2xr_pipeline.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/sp2xr_pipeline.py b/scripts/sp2xr_pipeline.py index 947bb81..9c4e325 100644 --- a/scripts/sp2xr_pipeline.py +++ b/scripts/sp2xr_pipeline.py @@ -130,7 +130,7 @@ def main(): pbp_filters.append(("hour", ">=", chunk_start.hour)) pbp_filters.append(("hour", "<", chunk_end.hour)) - #client.restart() + # client.restart() scattered_bins = { "inc_mass_bin_lims": client.scatter(inc_mass_bin_lims, broadcast=True),