Skip to content

Commit 837e544

Browse files
committed
Fix singelton/singleton typo
1 parent f60bf03 commit 837e544

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/fractal_helper_tasks/__FRACTAL_MANIFEST__.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"has_t": false
88
},
99
"tags": [
10-
"Singelton time dimension"
10+
"Singleton time dimension"
1111
],
1212
"executable_non_parallel": "drop_t_dimension.py",
1313
"meta_non_parallel": {

src/fractal_helper_tasks/dev/task_list.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
executable="drop_t_dimension.py",
99
meta={"cpus_per_task": 2, "mem": 8000},
1010
output_types=dict(has_t=False),
11-
tags=["Singelton time dimension"],
11+
tags=["Singleton time dimension"],
1212
),
1313
ParallelTask(
1414
input_types=dict(is_3D=False),

src/fractal_helper_tasks/drop_t_dimension.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66
# This file is derived from a Fractal task core task developed by
77
# Tommaso Comparin & Marco Franzon
8-
"""Task to remove singelton T dimension from an OME-Zarr."""
8+
"""Task to remove singleton T dimension from an OME-Zarr."""
99

1010
import logging
1111
from typing import Any

0 commit comments

Comments
 (0)