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

The assert statement in the __init__ function of Move is not correct #101

Open
cs221313 opened this issue May 14, 2022 · 1 comment
Open

Comments

@cs221313
Copy link

assert (point is not None) ^ is_pass ^ is_resign

should be:

assert ((point is not None) ^ is_pass ^ is_resign) and not ((point is not None) and is_pass and is_resign)
@zz394
Copy link

zz394 commented May 29, 2022

why I cannot download the file "features-40.npy" and "labels-40.npy"?

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

No branches or pull requests

2 participants