Skip to content

Commit

Permalink
test: update conftest
Browse files Browse the repository at this point in the history
Signed-off-by: ktro2828 <[email protected]>
  • Loading branch information
ktro2828 committed Dec 27, 2024
1 parent 82f6f1b commit 2a3ef0f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/schema/conftest.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from __future__ import annotations

import tempfile
from typing import Any, Generator

Expand Down Expand Up @@ -171,6 +173,7 @@ def sample_annotation_dict() -> dict:
"num_radar_pts": 0,
"next": "7b0ae1dae7531b7b917f403cb22259e6",
"prev": "",
"automatic_annotation": False,
}


Expand Down Expand Up @@ -305,6 +308,7 @@ def object_ann_dict() -> dict:
"attribute_tokens": [],
"bbox": [0, 408.0529355733727, 1920, 728.1832152454293],
"mask": {"size": [1920, 1280], "counts": "UFBQWzI='"},
"automatic_annotation": False,
}


Expand All @@ -325,6 +329,7 @@ def surface_ann_dict() -> dict:
"sample_data_token": "a1d3257e11ec9d4a587ea7053b33f1c1",
"category_token": "7864884179fb37bf9e973016b13a332c",
"mask": {"size": [1920, 1280], "counts": "UFBQWzI='"},
"automatic_annotation": False,
}


Expand Down

0 comments on commit 2a3ef0f

Please sign in to comment.