Skip to content

Commit 1b0057b

Browse files
committed
test: improved logging of position solver wrapper script
1 parent 86bf15b commit 1b0057b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/position-solver/solver.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ def parse_args() -> Tuple[Path, Path, Path, int]:
6767

6868
operations = board.set_epd(epd_data)
6969

70-
print(f"Testing position {board.fen()}", flush=True)
70+
print(f"Position ID: {operations['id']}")
71+
print(f"FEN: {board.fen()}", flush=True)
7172

7273
engine = chess.engine.SimpleEngine.popen_uci(str(ENGINE_PATH), timeout=None)
7374

0 commit comments

Comments
 (0)