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 float warning #13

Merged
merged 4 commits into from
Aug 13, 2024
Merged

Fix float warning #13

merged 4 commits into from
Aug 13, 2024

Conversation

k-dominik
Copy link
Contributor

Also switched CI from travis to github actions

@k-dominik k-dominik force-pushed the fix-float-warning branch 5 times, most recently from 8630940 to 7ee5fcd Compare August 12, 2024 14:26
fixes the following warning:

DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`.
To silence this warning, use `float` by itself. Doing this will not modify any
behavior and is safe. If you specifically wanted the numpy scalar type,
use `np.float64` here.
Deprecated in NumPy 1.20; for more details and guidance:
https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
@k-dominik k-dominik merged commit 76f4648 into main Aug 13, 2024
1 check passed
@k-dominik k-dominik deleted the fix-float-warning branch August 13, 2024 06:46
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