FIX: missing compatibility Py2/3

This commit is contained in:
David Menéndez Hurtado 2015-09-03 17:33:03 +02:00
parent 3dbc32f4b1
commit 9fb894f3d8

View file

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