Bugfix: float129 -> complex128
This commit is contained in:
parent
c8a4ded750
commit
1cc6b9106d
@ -10,7 +10,7 @@ from .lasp_cpp import LASP_DOUBLE_PRECISION
|
||||
|
||||
if LASP_DOUBLE_PRECISION:
|
||||
LASP_NUMPY_FLOAT_TYPE = np.float64
|
||||
LASP_NUMPY_COMPLEX_TYPE = np.float128
|
||||
LASP_NUMPY_COMPLEX_TYPE = np.complex128
|
||||
else:
|
||||
LASP_NUMPY_FLOAT_TYPE = np.float32
|
||||
LASP_NUMPY_COMPLEX_TYPE = np.float64
|
||||
|
Loading…
Reference in New Issue
Block a user