Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianWhitneyAI committed Dec 13, 2024
1 parent 84ee85e commit 26fc81b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bioio_ome_zarr/tests/test_s3_read.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def test_ome_zarr_reader(prefix: str, fs_kwargs: dict) -> None:
assert image_container.dims.shape == (570, 2, 42, 1248, 1824)
assert image_container.channel_names == ["EGFP", "Bright"]
assert image_container.current_resolution_level == resolution_level

# pixel sized in (Z, Y, X) order
assert image_container.physical_pixel_sizes == (
0.7579,
Expand Down

0 comments on commit 26fc81b

Please sign in to comment.