Hello everyone, Introduction: I wrote a small script that, given an .sgf match file, exports errors to html files. I then use those files to quiz myself. This script is based on the very useful `exportBad` example Python function.
The problem: I have problems with “didn’t double” mistakes. Specifically, the html export shows the board + the dice roll, and lists *both* move analysis and cube analysis. This is not useful in a quiz setting: I would prefer a board without dice roll and with only cube action analysis as in the “wrong double” positions. Is there a way to get that? Thanks in advance —F
