Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed May 11, 2023
1 parent a7e41c4 commit e4695a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/image/semantic_segm/test_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def test_smoke():
assert dm is not None

@staticmethod
@pytest.mark.skipif(not _IMAGE_TESTING, reason="image libraries aren't installed.")
@pytest.mark.skipif(not _TOPIC_IMAGE_AVAILABLE, reason="image libraries aren't installed.")
def test_identity(tmpdir):
class IdentityTransform(InputTransform):
def per_sample_transform(self) -> Callable:
Expand Down

0 comments on commit e4695a1

Please sign in to comment.