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

Fix error with numpy version #129

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Cristobal314
Copy link

Bug fix for current versions of Numpy that do not directly support int, float and bool so they have been replaced by np.int, np.float and np.bool

Bug fix for current versions of Numpy that do not directly support int, float and bool so they have been replaced by np.int, np.float and np.bool
@Cristobal314
Copy link
Author

This bug is related with issue #122

Copy link

@mahendrayadav-saavn mahendrayadav-saavn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

np.int is also not supported, it should be convert to np.int32/64

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

Successfully merging this pull request may close these issues.

2 participants