Skip to content

Commit b9cb21b

Browse files
committed
Update tests.py
1 parent 752c081 commit b9cb21b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ def get_engines_and_options(test_id, engine1, engine2, stockfish_options1, stock
6666

6767
return engines, options
6868

69-
def run_test(test_id, games, st, depth, pgn, epd, log, engine1, engine2):
70-
engines, options = get_engines_and_options(test_id, engine1, engine2)
69+
def run_test(test_id, games, st, depth, pgn, epd, log, engine1, engine2, stockfish_options1, stockfish_options2):
70+
engines, options = get_engines_and_options(test_id, engine1, engine2, stockfish_options1, stockfish_options2)
7171

7272
print(f"Running test ({test_id}) with the following configuration:")
7373
print(f"Games: {games}, Search Time: {st}, Depth: {depth}")

0 commit comments

Comments
 (0)