Skip to content

Commit

Permalink
revert unintentional change
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandrofelder committed Aug 14, 2024
1 parent faf87af commit 2ca604c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/tests/test_IO/test_image_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ def array3d_as_tiff_stack_with_missing_metadata(array_3d, tmp_path):
return tiff_path


@pytest.mark.parametrize("use_path", [True, False], ids=["Path", "String"])
def test_tiff_io(tmp_path, array_3d, use_path):
"""
Test that a 3D tiff can be written and read correctly, using string
Expand Down

0 comments on commit 2ca604c

Please sign in to comment.