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

Style and Temp file closing warning fix #682

Merged
merged 12 commits into from
Aug 9, 2016

Conversation

marcharper
Copy link
Member

Re #681

@marcharper marcharper changed the title Style Style and Temp file closing warning fix Aug 7, 2016
marcharper and others added 5 commits August 6, 2016 21:09
Got this error without it:

Configuration error:
There is a syntax error in your configuration file: Non-ASCII character
'\xe2' in file /home/travis/build/drvinceknight/Axelrod/axelrod/match.py
on line 161, but no encoding declared; see
http://python.org/dev/peps/pep-0263/ for details (match.py, line 161)
make: *** [html] Error 1
@drvinceknight
Copy link
Member

Have opened marcharper#4 with a fix for the sphinx build.

@@ -111,6 +111,8 @@ def play(self, build_results=True, filename=None,
if build_results:
return self._build_result_set(progress_bar=progress_bar,
keep_interactions=keep_interactions)
else:
Copy link
Member

Choose a reason for hiding this comment

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

Hallelujah!

@drvinceknight
Copy link
Member

This looks great. Out of curiosity, did you use some automatic thing to do this or did you work through all the files yourself (Herculean effort it that's how you did it!)? 👍

@marcharper
Copy link
Member Author

Just the old fashioned way!

@drvinceknight
Copy link
Member

Just the old fashioned way!

👍 💪


This PR looks good to me. Nice clean up of things!

@marcharper
Copy link
Member Author

@drvinceknight Two more commits, mostly cleaning up unused parameters for the tournament classes.

@drvinceknight
Copy link
Member

👍

@drvinceknight
Copy link
Member

(Assuming Travis is happy with the sphinx build.)

@meatballs meatballs merged commit 792f402 into Axelrod-Python:master Aug 9, 2016
@marcharper marcharper deleted the style branch November 25, 2016 22:57
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

Successfully merging this pull request may close these issues.

3 participants