From 6904c1295e0696659c3bee91de071c3b61b8a3c7 Mon Sep 17 00:00:00 2001 From: Toru Seo <34780089+toruseo@users.noreply.github.com> Date: Tue, 26 Mar 2024 13:16:20 +0900 Subject: [PATCH] minor update --- tests/test_verification_straight_road.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tests/test_verification_straight_road.py b/tests/test_verification_straight_road.py index 6310013..1330f69 100644 --- a/tests/test_verification_straight_road.py +++ b/tests/test_verification_straight_road.py @@ -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="",