-
Notifications
You must be signed in to change notification settings - Fork 29
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
Example games files that are guaranteed to produce output tactics #18
Comments
Good idea, also I would love to have tests. Do you have some suggestion in python? |
I was thinking about something similar: some pgn's that are sure to produce results (for regression), some that should fail (for checking that ambiguousness detection works fine), etc. |
I'm not sure if the results are deterministic. If I run the same input sometimes it generates less tactics. I don't have much time to go deep into this but here are 3 games that sometimes produce 2 tactics or 1 tactic
And here is my simple test suite
|
@vitogit Can you share some PGN files that are guaranteed to produce output tactics (tactics.pgn)?
It would be very helpful for testing/development.
We could even consider adding them to the repo for regression tests.
The text was updated successfully, but these errors were encountered: