diff --git a/python/libsharp/tests/test_legendre_table.py b/python/libsharp/tests/test_legendre_table.py index a7eb0bb..eb02df2 100644 --- a/python/libsharp/tests/test_legendre_table.py +++ b/python/libsharp/tests/test_legendre_table.py @@ -1,3 +1,4 @@ +from __future__ import print_function import numpy as np from numpy.testing import assert_almost_equal