Skip to content

Commit

Permalink
Update test_bot.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AttackingOrDefending authored Sep 27, 2024
1 parent ba2ca8a commit 72970e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test_bot/test_bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,7 @@ def engine_path(CONFIG: CONFIG_DICT_TYPE) -> str:
return os.path.join(dir, name)

CONFIG["engine"]["name"] = "buggy_engine.py"
CONFIG["engine"]["dir"] = "./test_bot/"
CONFIG["engine"]["interpreter"] = "python" if platform == "win32" else "python3"
CONFIG["engine"]["uci_options"] = {"go_commands": {"movetime": 100}}
CONFIG["pgn_directory"] = "TEMP/bug_game_record"
Expand Down

0 comments on commit 72970e5

Please sign in to comment.