there is no scipy.linalg (at least on my system)

numpy.linalg is automatically imported together with numpy
This commit is contained in:
Martin Diehl 2018-02-26 20:22:57 +01:00
parent 30d66c2d67
commit 6046a7ae3d
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# -*- coding: UTF-8 no BOM -*-
import os,re,sys,collections
import math,scipy,scipy.linalg # noqa
import math,scipy # noqa
import numpy as np
from optparse import OptionParser
import damask