Skip to content

Commit 8a584cc

Browse files
authored
Update tests/dataset/test_core.py
1 parent 9314487 commit 8a584cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/dataset/test_core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ def test_class_name_after_merge(self) -> None:
265265
ann2.data[CLASS_NAME_DATA_FIELD], np.array(["cat"])
266266
)
267267

268-
def test_class_name_from_yolo(self, tmp_path: str) -> None:
268+
def test_class_name_from_yolo(self, tmp_path: Path) -> None:
269269
"""Integration test: from_yolo should produce class_name data."""
270270
dataset_info = create_yolo_dataset(
271271
str(tmp_path), num_images=2, classes=["cat", "dog"]

0 commit comments

Comments
 (0)