there is no scipy.linalg (at least on my system)
numpy.linalg is automatically imported together with numpy
This commit is contained in:
parent
30d66c2d67
commit
6046a7ae3d
|
@ -2,7 +2,7 @@
|
||||||
# -*- coding: UTF-8 no BOM -*-
|
# -*- coding: UTF-8 no BOM -*-
|
||||||
|
|
||||||
import os,re,sys,collections
|
import os,re,sys,collections
|
||||||
import math,scipy,scipy.linalg # noqa
|
import math,scipy # noqa
|
||||||
import numpy as np
|
import numpy as np
|
||||||
from optparse import OptionParser
|
from optparse import OptionParser
|
||||||
import damask
|
import damask
|
||||||
|
|
Loading…
Reference in New Issue