fsmosca / gameselector

Find good and bad games.
GNU General Public License v3.0
1 stars 2 forks source link

Games with comment "Error ..." #1

Open CPagador opened 1 year ago

CPagador commented 1 year ago

Hi Ferdy:

It seems gameselector doesn't filter games that finish with the comment "Error: ..."

Take a look at the Not-Carlsen games here

Best regards, Carlos

fsmosca commented 1 year ago

Code is update with commit https://github.com/fsmosca/gameselector/commit/6d74143870e63812022400a774fe74c49ef9e514

Just download the main.py file and use it.

python main.py --input PL10_T38.pgn --output-good good.pgn --output-bad bad.pgn --engine stockfish_15_modern.exe --hash 128
CPagador commented 1 year ago

Thank you!