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

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanwharris committed May 10, 2021
1 parent 2d76f37 commit 5f254b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/vision/segmentation/test_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ def test_from_files_warning(self, tmpdir):
# instantiate the data module

with pytest.raises(MisconfigurationException, match="The number of input files"):
dm = SemanticSegmentationData.from_files(
SemanticSegmentationData.from_files(
train_files=images,
train_targets=targets + [str(tmp_dir / "labels_img4.png")],
batch_size=2,
Expand Down

0 comments on commit 5f254b6

Please sign in to comment.