Skip to content

Commit 42e616e

Browse files
committed
This time Fix of Test path
1 parent 115cbf7 commit 42e616e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_esmini_examples.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ def test_interpolate():
3939
def test_centerline():
4040
with cProfile.Profile() as pr:
4141
# Load the recording
42-
# rec = omega_prime.Recording.from_file(p / mapping[3][0], p / mapping[3][1], validate=False)
43-
rec = omega_prime.Recording.from_file("example_files/01_tracks.mcap")
42+
rec = omega_prime.Recording.from_file(p / mapping[3][0], p / mapping[3][1], validate=False)
43+
4444
# Create a locator and remove all polygons from the lanes
4545
locator = omega_prime.Locator.from_mapodr(rec.map)
4646
for lane in locator.all_lanes:

0 commit comments

Comments
 (0)