Skip to content

Fix numpy error which causes crash #52

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

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

Conversation

dylanhu7
Copy link

@dylanhu7 dylanhu7 commented Aug 15, 2023

Fixes fatal error which occurs when running the interactive demo with newer versions of numpy than v1.23.5 in requirements.txt by changing np.float to float (they are identical: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations). Feel free to change to np.float64 if preferred.

@dylanhu7
Copy link
Author

Sorry, I had included a commit by accident. Removed now.

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.

1 participant