diff options
author | Matt Strapp <matt@mattstrapp.net> | 2022-02-18 16:43:50 -0600 |
---|---|---|
committer | Matt Strapp <matt@mattstrapp.net> | 2022-02-18 16:44:59 -0600 |
commit | 5ac217f518ee471c9599c75b836afea1bd92b064 (patch) | |
tree | 4e0ff2dce3dd2aa14c138700f77a94082dcb9b54 /System/Tests/system_swingup_test_2.py | |
parent | Bump setuptools from 59.6.0 to 60.9.3 in /System (#1) (diff) | |
download | ee4511w-5ac217f518ee471c9599c75b836afea1bd92b064.tar ee4511w-5ac217f518ee471c9599c75b836afea1bd92b064.tar.gz ee4511w-5ac217f518ee471c9599c75b836afea1bd92b064.tar.bz2 ee4511w-5ac217f518ee471c9599c75b836afea1bd92b064.tar.lz ee4511w-5ac217f518ee471c9599c75b836afea1bd92b064.tar.xz ee4511w-5ac217f518ee471c9599c75b836afea1bd92b064.tar.zst ee4511w-5ac217f518ee471c9599c75b836afea1bd92b064.zip |
Fix the tests so they actually work
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
Diffstat (limited to '')
-rw-r--r-- | System/Tests/system_swingup_test_2.py | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/System/Tests/system_swingup_test_2.py b/System/Tests/system_swingup_test_2.py index fc02ed6..e1af923 100644 --- a/System/Tests/system_swingup_test_2.py +++ b/System/Tests/system_swingup_test_2.py @@ -6,13 +6,7 @@ import math from gym import spaces, logger
from gym.utils import seeding
-###
-import sys
-sys.path.insert(0, '/home/pi/pendulum/System')
-###
-
-
-from System.system import System
+from pendulum import System
#from . import System
import time
from sys import exit
|