backward compatibility for Python 2.7

This commit is contained in:
Andrea Zonca 2017-10-16 04:20:28 -07:00
parent a1bf3c82f8
commit 0c95cfe9d9

View file

@ -1,3 +1,4 @@
from __future__ import print_function
import numpy as np
from numpy.testing import assert_almost_equal