KataGo icon indicating copy to clipboard operation
KataGo copied to clipboard

Fix to arguments to GameState() in play.py

Open awswan opened this issue 1 year ago • 0 comments
trafficstars

I noticed a minor bug in play.py. At some point the arguments to the constructor for GameState were changed to take ruleset as well as board size, but a couple of places it's used in play.py are still calling it with only board size. I just added Tromp-Taylor rules as argument, since that's what's done earlier on in the file.

awswan avatar Sep 13 '24 21:09 awswan