Skip to content

Commit

Permalink
correct typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzocerrone committed Sep 26, 2024
1 parent 1cf7770 commit fd4a70f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/core/test_image_like_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def test_ngff_image(self, ome_zarr_image_v04_path):
assert not image_handler.dimensions.is_time_series()
assert image_handler.dimensions.has_multiple_channels()

@pytest.mask.skip("Not implemented yet")
@pytest.mark.skip("Not implemented yet")
def test_ngff_image_from_pixel_size(self, ome_zarr_image_v04_path):
from ngio.core.image_like_handler import ImageLike
from ngio.ngff_meta import PixelSize
Expand Down

0 comments on commit fd4a70f

Please sign in to comment.