From 5ac217f518ee471c9599c75b836afea1bd92b064 Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Fri, 18 Feb 2022 16:43:50 -0600 Subject: Fix the tests so they actually work Signed-off-by: Matt Strapp --- System/Tests/system_swingup_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'System/Tests/system_swingup_test.py') 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 -- cgit v1.2.3