fix: Set verbosity to False on MCTS tests

This commit is contained in:
Simon 2024-11-02 19:17:36 +00:00 committed by GitHub
parent bafb5944b2
commit 0ba6927a1e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -492,7 +492,7 @@ class TestMCTSSearch(unittest.TestCase):
server=server,
goal_state=goal_state,
max_steps=200,
verbose=True)
verbose=False)
self.assertTrue(flag)