-
Notifications
You must be signed in to change notification settings - Fork 36
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
Pytest data regression does not recognize float64 as valid object #26
Comments
Can you please provide a code sample that reproduces the error? Or, if not, the stacktrace with the full error message. Thanks! |
Sure
|
Perhaps this can be solved by using the new |
That would indeed be a solution. The code was recently merged in the master branch (#72) and there is still some API discussion (#73). I believe both |
Got this error when using a data regression on top os a numpy created array of zeros, that creates the array as
float64
by defaultThe text was updated successfully, but these errors were encountered: