Skip to content

Commit

Permalink
Revert "fix ome-zarr-py CI issue"
Browse files Browse the repository at this point in the history
This reverts commit 18a8a58.
  • Loading branch information
ziw-liu committed Jun 13, 2024
1 parent 18a8a58 commit dfc62b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ dev =
hypothesis>=6.61.0
requests>=2.22.0
wget>=3.2
ome-zarr>=0.9.0
ome-zarr>=0.6.1
doc =
matplotlib
numpydoc>=1.1.0
Expand Down
2 changes: 1 addition & 1 deletion tests/ngff/test_ngff.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ def test_write_ome_zarr(channels_and_random_5d, arr_name):
# round-trip test with the offical reader implementation
ext_reader = Reader(parse_url(dataset.zgroup.store.path))
node = list(ext_reader())[0]
assert node.metadata["channel_names"] == channel_names
assert node.metadata["name"] == channel_names
assert node.specs[0].datasets == [arr_name]
assert node.data[0].shape == random_5d.shape
assert node.data[0].dtype == random_5d.dtype
Expand Down

0 comments on commit dfc62b8

Please sign in to comment.