E.g., when I was quickly testing get_best_move, I forgot that it doesn't accept an FEN string. But the code still ran, and then this string was used for wtime, giving me unexpected results. One option is doing something like this for all public functions, although our docstrings are probably already good enough.
E.g., when I was quickly testing
get_best_move, I forgot that it doesn't accept an FEN string. But the code still ran, and then this string was used for wtime, giving me unexpected results. One option is doing something like this for all public functions, although our docstrings are probably already good enough.