Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Data type checks #89

Open
e3vela opened this issue Sep 20, 2019 · 0 comments
Open

Data type checks #89

e3vela opened this issue Sep 20, 2019 · 0 comments

Comments

@e3vela
Copy link

e3vela commented Sep 20, 2019

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.

return data.dtype == np.float

Would you rather cast to np.float32 by default?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant