Remove deprecated np.complex alias in ImageLib (#639)
parent
bb4d3b545b
commit
60a021de43
|
@ -67,8 +67,8 @@ fnDict = { 'cos': np.cos,
|
||||||
|
|
||||||
#######Current list of constants
|
#######Current list of constants
|
||||||
constDict = { "PI" : np.pi,
|
constDict = { "PI" : np.pi,
|
||||||
"J" : np.complex(0.0, 1.0),
|
"J" : 1j,
|
||||||
"I" : np.complex(0.0, 1.0),
|
"I" : 1j,
|
||||||
"E" : np.exp(1.0),
|
"E" : np.exp(1.0),
|
||||||
"NAN" : np.nan,
|
"NAN" : np.nan,
|
||||||
"ROW" : None,
|
"ROW" : None,
|
||||||
|
|
Loading…
Reference in New Issue