From 09c3717234cab103817d442132f87c102e2a023b Mon Sep 17 00:00:00 2001 From: Tommaso Comparin <3862206+tcompa@users.noreply.github.com> Date: Thu, 21 Jul 2022 09:19:08 +0000 Subject: [PATCH] Include coarsening_xy arg in create_zarr_structure --- fractal/fractal_cmd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fractal/fractal_cmd.py b/fractal/fractal_cmd.py index ea9601833..b2f57cef3 100644 --- a/fractal/fractal_cmd.py +++ b/fractal/fractal_cmd.py @@ -501,7 +501,6 @@ def workflow_apply( executors=[htex, htex_gpu], monitoring=monitoring, ) - # config = Config(executors=[htex]) parsl.clear() parsl.load(config) @@ -524,6 +523,7 @@ def collect_intermediate_results(inputs=[]): path_dict_channels=path_dict_channels, ext=ext, num_levels=num_levels, + coarsening_xy=coarsening_xy, ) @parsl.python_app(executors=["cpu"])