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
The SimplePendulum Jupyter notebook is specified as a Python3 program, but one of its dependencies, the benchmark/diffeq.py file, appears to be written in Python2.
The first code block does not compile, giving the error message:
File "/usr/lib/python3.5/site-packages/pypge/benchmarks/diffeq.py", line 25
print e
^
SyntaxError: Missing parentheses in call to 'print'
The text was updated successfully, but these errors were encountered:
The SimplePendulum Jupyter notebook is specified as a Python3 program, but one of its dependencies, the benchmark/diffeq.py file, appears to be written in Python2.
The first code block does not compile, giving the error message:
The text was updated successfully, but these errors were encountered: