You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
result AssertionError: san() and lan() expect move to be legal or null, but got g1h3 in rnbqkbnr/pppppppp/8/8/8/7N/PPPPPPPP/RNBQKB1R b KQkq - 1 1
on the first try ipywidget next button
and san = board.root().san(uci)
result on the third ply (means it works on the ply 1 and 2 but an error occured on ply 3) AssertionError: san() and lan() expect move to be legal or null, but got h3g5 in rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR w KQkq - 0 1
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
code
above code
san = board.san(uci)
result
AssertionError: san() and lan() expect move to be legal or null, but got g1h3 in rnbqkbnr/pppppppp/8/8/8/7N/PPPPPPPP/RNBQKB1R b KQkq - 1 1
on the first try ipywidget next button
and
san = board.root().san(uci)
result on the third ply (means it works on the ply 1 and 2 but an error occured on ply 3)
AssertionError: san() and lan() expect move to be legal or null, but got h3g5 in rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR w KQkq - 0 1
environment
jupyter notebook
question
how to read pgn move in san ?
Beta Was this translation helpful? Give feedback.
All reactions