Skip to content

Commit

Permalink
fix: Refactor test_validate_rail_side for raillabel 4
Browse files Browse the repository at this point in the history
  • Loading branch information
nalquas committed Nov 25, 2024
1 parent 4eb13e7 commit 9b8263c
Show file tree
Hide file tree
Showing 2 changed files with 412 additions and 420 deletions.
5 changes: 5 additions & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,3 +110,8 @@ def empty_annotation() -> raillabel.format.Bbox:
size=raillabel.format.Size2d(0.0, 0.0),
attributes={},
)


@pytest.fixture
def ignore_uuid() -> UUID:
return UUID("00000000-0000-0000-0000-000000000000")
Loading

0 comments on commit 9b8263c

Please sign in to comment.