backward compatibility for Python 2.7
This commit is contained in:
parent
a1bf3c82f8
commit
0c95cfe9d9
1 changed files with 1 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
from __future__ import print_function
|
||||
import numpy as np
|
||||
|
||||
from numpy.testing import assert_almost_equal
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue