Skip to content
Snippets Groups Projects
Commit b62f536f authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Import fixes in test_fmm.py

parent 2afdc8a9
No related branches found
No related tags found
No related merge requests found
from __future__ import division
from __future__ import absolute_import
from __future__ import print_function
from six.moves import range
from __future__ import division, absolute_import, print_function
__copyright__ = "Copyright (C) 2013 Andreas Kloeckner"
......@@ -25,6 +22,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
"""
from six.moves import range
import numpy as np
import numpy.linalg as la
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment