Skip to content
Snippets Groups Projects
Commit c07de54b authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Fix Py3 print screw-up.

parent 1ea4c796
No related branches found
No related tags found
No related merge requests found
......@@ -226,7 +226,7 @@ def test_bessel(ctx_factory):
else:
use_pyfmmlib = True
print "PYFMMLIB", use_pyfmmlib
print("PYFMMLIB", use_pyfmmlib)
if use_pyfmmlib:
a = np.logspace(-3, 3, 10**6)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment