You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: