Open
Description
python-chess-annotator sometimes returns games where one player has negative ACPL. Anecdotally it seems to happen more often when on a tight time budget (1 minute). Cause unknown.
I considered checking for negative values and enforcing a floor of 0, but that would just be masking the bug.