We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 804e311 commit 732a29dCopy full SHA for 732a29d
1 file changed
src/napari_tmidas/_tests/test_split_channels.py
@@ -344,7 +344,7 @@ def test_get_timepoint_count_ome_zarr(self):
344
with tempfile.TemporaryDirectory() as tmpdir:
345
zarr_path = Path(tmpdir) / "timelapse.zarr"
346
root = zarr.open_group(str(zarr_path), mode="w")
347
- root.create_dataset(
+ root.create_array(
348
"0",
349
shape=(7, 3, 16, 16),
350
chunks=(1, 3, 16, 16),
@@ -379,7 +379,7 @@ def test_sort_files_by_timepoints_with_zarr(self):
379
380
zarr_path = input_dir / "img_t5.zarr"
381
382
383
384
shape=(5, 2, 8, 8),
385
chunks=(1, 2, 8, 8),
0 commit comments