Open e3vela opened 5 years ago
Hi!
On this check, it makes sure the input data is of type np.float, but it fails when input data is np.float32 or np.float64.
np.float
np.float32
np.float64
https://github.com/eltonlaw/impyute/blob/aadda08d8b221d7b6e2f387051bc2a3903e1b0b8/impyute/util/checks.py#L52
Would you rather cast to np.float32 by default?
Hi!
On this check, it makes sure the input data is of type
np.float
, but it fails when input data isnp.float32
ornp.float64
.https://github.com/eltonlaw/impyute/blob/aadda08d8b221d7b6e2f387051bc2a3903e1b0b8/impyute/util/checks.py#L52
Would you rather cast to
np.float32
by default?