Skip to content

Commit

Permalink
updated record tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kozlov721 committed Jan 14, 2025
1 parent 590fda8 commit 9d8ade2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/test_data/test_annotations.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def compare_parquet_rows(
{
"file": Path("tests/data/tempdir/left.jpg"),
"source_name": "image",
"task_name": "detection",
"task_name": "",
"class_name": None,
"instance_id": None,
"task_type": None,
Expand All @@ -90,7 +90,7 @@ def compare_parquet_rows(
{
"file": Path("tests/data/tempdir/left.jpg"),
"source_name": "image",
"task_name": "detection",
"task_name": "",
"class_name": "person",
"instance_id": -1,
"task_type": "boundingbox",
Expand All @@ -99,7 +99,7 @@ def compare_parquet_rows(
{
"file": Path("tests/data/tempdir/left.jpg"),
"source_name": "image",
"task_name": "detection",
"task_name": "",
"class_name": "person",
"instance_id": -1,
"task_type": "classification",
Expand Down

0 comments on commit 9d8ade2

Please sign in to comment.