-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Description
This task is marked as non-parallel in
NonParallelTask(
name="Drop T Dimension",
executable="drop_t_dimension.py",
meta={"cpus_per_task": 2, "mem": 8000},
output_types=dict(has_t=False),
tags=["Singleton time dimension"],
docs_info="file:docs_info/drop_t_dimension.md",
),and
{
"name": "Drop T Dimension",
"output_types": {"has_t": false},
"tags": ["Singleton time dimension"],
"docs_info": ...",
"executable_non_parallel": "drop_t_dimension.py",
"meta_non_parallel": {...},
"args_schema_non_parallel": {...},but it has the call signature of a parallel task
def drop_t_dimension(
*,
zarr_url: str,
suffix: str = "no_T",
overwrite_input: bool = False,
) -> dict[str, Any]:Has this task ever run through Fractal? I guess it should actually fail.
Metadata
Metadata
Assignees
Labels
No labels