Skip to content

Commit

Permalink
minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
toruseo committed Mar 26, 2024
1 parent c2bb026 commit 6904c12
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/test_verification_straight_road.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,6 @@ def equal_tolerance(val, check, rel_tol=0.1, abs_tol=0.0):
q^* = 0.8
"""

def test_OSMImporter_temporary():
import uxsim as UX
from uxsim.OSMImporter import OSMImporter
print(OSMImporter.import_osm_data)
print(OSMImporter.osm_network_postprocessing)

def test_1link():
W = World(
name="",
Expand Down

0 comments on commit 6904c12

Please sign in to comment.