Skip to content

Add prob end tournament type to run_axelrod #514

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

Merged
merged 13 commits into from
Apr 4, 2016
Merged

Add prob end tournament type to run_axelrod #514

merged 13 commits into from
Apr 4, 2016

Conversation

drvinceknight
Copy link
Member

This adds to #513 and also addresses the naming of the tournaments output by the manager as discussed here: Axelrod-Python/tournament#27

"""This is really a regression test to make sure the names of the
tournaments stay consistent"""
bools = [True, False]
for (eb, eo, ec, eco) in itertools.product(*[bools for _ in range(4)]):
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a lot to unpack -- is there another way to express the argument of the product? I think there is a repeat keyword argument that may do the same thing.

@drvinceknight
Copy link
Member Author

defaf81 fixes an error in the exclusions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants