diff --git a/testing/test_boptestGymEnv.py b/testing/test_boptestGymEnv.py index 4e6bc73..a8a60a1 100644 --- a/testing/test_boptestGymEnv.py +++ b/testing/test_boptestGymEnv.py @@ -583,6 +583,12 @@ class BoptestGymEnvMultiActTest(unittest.TestCase): def setUp(self): '''Set up the environment and model for testing.''' + + print("url is:") + print(url) + import time + time.sleep(30) + self.env = BoptestGymEnv( url=url, actions=['oveTZonSet_u', 'oveTSupSet_u', 'oveCO2ZonSet_u'],