Skip to content

Commit

Permalink
Print url and wait for debugging.
Browse files Browse the repository at this point in the history
  • Loading branch information
javiarrobas committed Oct 3, 2024
1 parent f9f55b4 commit 61f8469
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions testing/test_boptestGymEnv.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand Down

0 comments on commit 61f8469

Please sign in to comment.