Skip to content

Commit

Permalink
remove printing
Browse files Browse the repository at this point in the history
  • Loading branch information
hzheng40 committed Mar 3, 2024
1 parent fcd5637 commit e26c144
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/create_edt.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
]

for track_name in DEFAULT_MAP_NAMES:
print("Loading a map without edt, a warning should appear")
track = Track.from_track_name(track_name)
occupancy_map = track.occupancy_map
resolution = track.spec.resolution
Expand All @@ -39,5 +38,4 @@
# saving
np.save(track.filepath, dt)

print("Loading a map with edt, warning should no longer appear")
track_wedt = Track.from_track_name(track_name)

0 comments on commit e26c144

Please sign in to comment.