We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
r4790 introduced a "__name__ == '__main__'" into a while statement, and trunk/fipy/tools/performance/efficiencyTestGenerator.py@4996#L81 makes mincemeat of it.
__name__ == '__main__'
while
Imported from trac ticket #391, created by guyer on 11-30-2011 at 09:14, last modified: 09-30-2013 at 21:44
The text was updated successfully, but these errors were encountered:
Fixed with r5105.
Trac comment by wd15 on 01-10-2012 at 12:57
Sorry, something went wrong.
In d7b54c2:
#CommitTicketReference repository="fipy" revision="d7b54c287683b129810f7bff123075df3bb6eef9" Fixed issue #291 git-svn-id: svn+ssh://code.matforge.org/fipy/trunk@5105 d80e17d7-ff13-0410-a124-85740d801063
Trac comment by Daniel Wheeler daniel.wheeler@nist.gov on 06-12-2013 at 14:14
Marking milestone
Trac comment by guyer on 09-30-2013 at 21:44
No branches or pull requests
r4790 introduced a "
__name__ == '__main__'
" into awhile
statement, and trunk/fipy/tools/performance/efficiencyTestGenerator.py@4996#L81 makes mincemeat of it.Imported from trac ticket #391, created by guyer on 11-30-2011 at 09:14, last modified: 09-30-2013 at 21:44
The text was updated successfully, but these errors were encountered: