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

Syntax issues in print statements #4

Open
Autumn101 opened this issue Jul 10, 2017 · 0 comments
Open

Syntax issues in print statements #4

Autumn101 opened this issue Jul 10, 2017 · 0 comments

Comments

@Autumn101
Copy link

Hi there
In both grainBdr.py and polyCrystal.py, there is a syntax error in the print statements. The error reads as follows.
File "/../Graphene/polyCrystal.py", line 410
print "Iteration ended with maxUpd = %f, itNum = %d" % (maxUpd, itNum)
^
I believe this is because the syntax for print statements in python three has parenthesis around the entirety of the print statement. The test files and import files will not work while this error is occurring.

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

1 participant