added scipy and scipy.linalg as known modules for calculations
This commit is contained in:
parent
a901a81ba8
commit
b078234644
|
@ -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 # noqa
|
import math,scipy,scipy.linalg # 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