aboutsummaryrefslogtreecommitdiffstats
path: root/System/Tests/system_swingup_test.py
diff options
context:
space:
mode:
authorMatt Strapp <matt@mattstrapp.net>2022-02-18 16:43:50 -0600
committerMatt Strapp <matt@mattstrapp.net>2022-02-18 16:44:59 -0600
commit5ac217f518ee471c9599c75b836afea1bd92b064 (patch)
tree4e0ff2dce3dd2aa14c138700f77a94082dcb9b54 /System/Tests/system_swingup_test.py
parentBump setuptools from 59.6.0 to 60.9.3 in /System (#1) (diff)
downloadee4511w-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 'System/Tests/system_swingup_test.py')
-rw-r--r--System/Tests/system_swingup_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/System/Tests/system_swingup_test.py b/System/Tests/system_swingup_test.py
index e13c7ca..15063d7 100644
--- a/System/Tests/system_swingup_test.py
+++ b/System/Tests/system_swingup_test.py
@@ -6,7 +6,7 @@ import math
from gym import spaces, logger
from gym.utils import seeding
-from system import System
+from pendulum import System
import time
from sys import exit