There was an error while loading. Please reload this page.
1 parent 1e88a2c commit 89da6b4Copy full SHA for 89da6b4
tests/test_simulate.py
@@ -7,10 +7,9 @@
7
"""
8
9
import matplotlib.pyplot as plt
10
-from python_vehicle_simulator import *
+from python_vehicle_simulator.lib import *
11
import python_vehicle_simulator.vehicles as vehicles
12
import pytest
13
-import matplotlib.pyplot as plt
14
15
sampleTime = 0.02 # sample time
16
N = 10000 # number of samples
0 commit comments