deep_learning_and_the_game_of_go icon indicating copy to clipboard operation
deep_learning_and_the_game_of_go copied to clipboard

Simplify get_go_string() in Board implementation

Open abhinav-upadhyay opened this issue 6 years ago • 1 comments

We could simply return the value from self._grid.get(point) rather than checking for None, since if it is None we are returning None.

abhinav-upadhyay avatar Dec 26 '18 07:12 abhinav-upadhyay

@abhinav-upadhyay you're right, thanks. sorry for the late reply. To keep the book in sync with master, can you please re-submit your PR against our new improvements branch?

maxpumperla avatar Feb 11 '19 06:02 maxpumperla