Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove duplicate line in Board#place_stone in goboard.py #93

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

keram
Copy link

@keram keram commented Jun 6, 2021

While reading the chapter 3 I have noticed that this line
new_string = GoString(player, [point], liberties)
is duplicated as part of the updated implementation using zobrist hashing.
I'm assuming this was a typo.

While reading the chapter 3 I have noticed that this line is duplicated as part of the updated implementation using zobrist hashing.
Haven't ran the code and but i'm assuming this was typo.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant