Skip to content

Commit

Permalink
Fix paths in test
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiltsov-max committed Mar 13, 2024
1 parent 3f81f96 commit e3cf6c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_datumaro_format.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ def test_can_save_and_load_with_no_save_media(self):

@mark_requirement(Requirements.DATUM_GENERAL_REQ)
def test_can_import_pcd_dataset(self):
dataset_path = "tests/assets/datumaro_dataset/with_pcd"
dataset_path = str(Path(__file__).parent / "assets" / "datumaro_dataset" / "with_pcd")

label_categories = LabelCategories(attributes={"occluded"})
label_categories.add("cat")
Expand Down

0 comments on commit e3cf6c7

Please sign in to comment.