Merge pull request #224 from Dapid/fix_print

Fix print statement
This commit is contained in:
mikecroucher 2015-09-03 23:13:18 +01:00
commit e8836a18db

View file

@ -1,6 +1,6 @@
# ## Copyright (c) 2014, Zhenwen Dai # ## Copyright (c) 2014, Zhenwen Dai
# Licensed under the BSD 3-clause license (see LICENSE.txt) # Licensed under the BSD 3-clause license (see LICENSE.txt)
from __future__ import print_function
import numpy as np import numpy as np
from scipy import linalg, optimize from scipy import linalg, optimize