Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
giovp committed Oct 26, 2023
1 parent 309970a commit c7f4716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def test_label(self):
def test_omero(self):
reader = Reader(parse_url(str(self.path)))()
image_node = list(reader)[0]
omero = image_node.load(Multiscales).zarr.root_attrs.get("omero")
omero = image_node.zarr.root_attrs.get("omero")
assert "channels" in omero
assert isinstance(omero["channels"], list)
assert len(omero["channels"]) == 1
Expand Down

0 comments on commit c7f4716

Please sign in to comment.