fix: try to use other numpy types to store data collection
This commit is contained in:
parent
629f2e1cdb
commit
f7bec3fc08
@ -24,8 +24,8 @@ import numpy as np
|
|||||||
|
|
||||||
|
|
||||||
BPY_TO_NUMPY_TYPES = {
|
BPY_TO_NUMPY_TYPES = {
|
||||||
'FLOAT': np.float32,
|
'FLOAT': np.float,
|
||||||
'INT': np.int32,
|
'INT': np.int,
|
||||||
'BOOL': np.bool,
|
'BOOL': np.bool,
|
||||||
'BOOLEAN': np.bool}
|
'BOOLEAN': np.bool}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user