Eduardo Vela

Results 1 issues of Eduardo Vela

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`. https://github.com/eltonlaw/impyute/blob/aadda08d8b221d7b6e2f387051bc2a3903e1b0b8/impyute/util/checks.py#L52 Would you rather cast to...