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
File: https://github.com/precice/tutorials/blob/6d90ae3eb179113beb400e472c8832e29a48db9b/partitioned-elastic-beam/visualize.py
With a quick look, the print needs parentheses. After fixing this, Python complains about xrange. Maybe there are a few more.
print
xrange
The text was updated successfully, but these errors were encountered:
we can close the issue right now
Sorry, something went wrong.
Thanks @mohamad-altaweel
mohamad-altaweel
Successfully merging a pull request may close this issue.
File: https://github.com/precice/tutorials/blob/6d90ae3eb179113beb400e472c8832e29a48db9b/partitioned-elastic-beam/visualize.py
With a quick look, the
print
needs parentheses. After fixing this, Python complains aboutxrange
. Maybe there are a few more.The text was updated successfully, but these errors were encountered: