Skip to content

Commit

Permalink
Fix test suite with Stockfish 15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Dec 22, 2022
1 parent ecc6328 commit 0a2075d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.py
Original file line number Diff line number Diff line change
Expand Up @@ -2997,7 +2997,7 @@ def test_sf_options(self):
def test_sf_analysis(self):
with chess.engine.SimpleEngine.popen_uci("stockfish", setpgrp=True, debug=True) as engine:
board = chess.Board("8/6K1/1p1B1RB1/8/2Q5/2n1kP1N/3b4/4n3 w - - 0 1")
limit = chess.engine.Limit(depth=28)
limit = chess.engine.Limit(depth=40)
analysis = engine.analysis(board, limit)
with analysis:
for info in iter(analysis.next, None):
Expand Down

0 comments on commit 0a2075d

Please sign in to comment.