We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecc6328 commit 0a2075dCopy full SHA for 0a2075d
test.py
@@ -2997,7 +2997,7 @@ def test_sf_options(self):
2997
def test_sf_analysis(self):
2998
with chess.engine.SimpleEngine.popen_uci("stockfish", setpgrp=True, debug=True) as engine:
2999
board = chess.Board("8/6K1/1p1B1RB1/8/2Q5/2n1kP1N/3b4/4n3 w - - 0 1")
3000
- limit = chess.engine.Limit(depth=28)
+ limit = chess.engine.Limit(depth=40)
3001
analysis = engine.analysis(board, limit)
3002
with analysis:
3003
for info in iter(analysis.next, None):
0 commit comments