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 ravel deprecation warning for Series #622

Merged
merged 1 commit into from
May 12, 2024

Conversation

bifbof
Copy link
Collaborator

@bifbof bifbof commented May 11, 2024

Fix deprecation warning by making cast to numpy array explicit.
Here pandas complained that ravel() is deprecated for Series.
And the only thing it does it inexplicity converting a Series to an array.

Fix deprecation warning by making cast to numpy array explicit.
@hongyeehh hongyeehh merged commit e1f0a5f into mie-lab:master May 12, 2024
6 checks passed
@bifbof bifbof deleted the distances_depr branch May 12, 2024 20:29
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