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

Subtle Bug #3

Open
IainBertramLancaster opened this issue Apr 21, 2020 · 0 comments
Open

Subtle Bug #3

IainBertramLancaster opened this issue Apr 21, 2020 · 0 comments

Comments

@IainBertramLancaster
Copy link
Contributor

assert isinstance(V.V_depth(),numpy.int32)

This line failed on my machine as it returned int64 instead of int32

assert numpy.issubdtype(V.V_depth(), numpy.integer) is better usage.. Not a problem as far as marks go

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