Skip to content

Commit

Permalink
Include coarsening_xy arg in create_zarr_structure
Browse files Browse the repository at this point in the history
  • Loading branch information
tcompa committed Jul 21, 2022
1 parent c1dbc24 commit 09c3717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fractal/fractal_cmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,6 @@ def workflow_apply(
executors=[htex, htex_gpu],
monitoring=monitoring,
)
# config = Config(executors=[htex])
parsl.clear()
parsl.load(config)

Expand All @@ -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"])
Expand Down

0 comments on commit 09c3717

Please sign in to comment.