Skip to content

Commit

Permalink
Bug fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruishenl committed Jan 19, 2024
1 parent 55572c2 commit fa10948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_initialize.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
dict(center=dict(x=17.9, y=7.98), orientation=-2.74, speed=0.06),
dict(center=dict(x=-41.5, y=-34.3), orientation=0.42, speed=0.05)]],
[dict(length=1.39, width=1.78, agent_type='pedestrian', waypoints=Point(x=1, y=2)),
dict(length=1.37, width=1.98, waypoints=Point(x=1, y=2)),
dict(length=1.37, width=1.98, rear_axis_offset=None, agent_type="pedestrian", waypoints=Point(x=1, y=2)),
dict(length=4.55, width=1.94, rear_axis_offset=1.4, agent_type='car', waypoints=Point(x=1, y=2)),
dict(agent_type='pedestrian'),
dict(agent_type='car')],
Expand Down

0 comments on commit fa10948

Please sign in to comment.