-
Notifications
You must be signed in to change notification settings - Fork 282
Adding in some examples for particular failures. #467
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
Conversation
Seems to be an issue with MindReader + Backstabber and ThueMorse...
| # Removing this as Hypothesis seems to have found a py2 bug. | ||
| # This is a temporary fix. For some reason mind reader seems to fail a test. | ||
| @given(s=lists(sampled_from([s for s in axelrod.strategies if s not in axelrod.cheating_strategies]), | ||
| # The @given below will run tests if the examples on lines 123... are |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Run and pass. This is not really useful, just in case anyone plays with this and wants to get tests passing.
|
I want to play with those things locally. Will probably merge this with #468. If I understand correctly that should get both examples here to pass. I'll confirm that all locally and after merging all bug fixes I'll open an issue so that we can discuss the changes post mortem so to speak. To make sure everyone knows what's going on :) Got to walk to 🐶 now but will do this during the morning. |
Seems to be an issue with MindReader + Backstabber and ThueMorse...
Conflicts: axelrod/tests/unit/test_tournament.py
|
Merging as all tests pass. |
Adding in some examples for particular failures.
This is relevant to #465.
Seems to be an issue with MindReader + Backstabber and ThueMorse...