Skip to content

Commit

Permalink
removed print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
IamAniket12 committed Sep 18, 2024
1 parent 788f928 commit 2b20646
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions testing/test_boptestGymEnv.py
Original file line number Diff line number Diff line change
Expand Up @@ -579,8 +579,7 @@ def check_from_cell_output(self, cell_output, str_output):
class TestMultiActions(unittest.TestCase):
def setUp(self):
'''Set up the environment and model for testing.'''
#env:singlezone_commercial_hydronic
print(url)
# env:singlezone_commercial_hydronic
# Initialize the environment
self.env = BoptestGymEnv(
url=url,
Expand Down

0 comments on commit 2b20646

Please sign in to comment.