From 38a11ad5bd05991645c3bdb168d50c3afd578c2d Mon Sep 17 00:00:00 2001 From: drewoldag <47493171+drewoldag@users.noreply.github.com> Date: Tue, 10 Sep 2024 15:56:06 -0700 Subject: [PATCH] Need to update the `n_workers` parameter in the reprojection config as well. --- example_runtime_config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example_runtime_config.toml b/example_runtime_config.toml index a33daf1..48f51e9 100644 --- a/example_runtime_config.toml +++ b/example_runtime_config.toml @@ -30,7 +30,7 @@ overwrite = false [apps.reproject_wu] # Number of processors to use for parallelizing the reprojection -n_workers = 32 +n_workers = 8 # The name of the observation site to use for reflex correction observation_site = "ctio"