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

Changing the re pattern that contains ( and ) to .+ to make the warnings go away. #242

Merged
merged 1 commit into from
Aug 21, 2020

Conversation

kenkehoe
Copy link
Contributor

For some reason can not use ( and ). The code works but the checking is not happy. Just changed that re search pattern to have ".+". This has fixed the issue and I changed "qc_" (I don't remember why we needed the ) to not use underscores. Just typed it out in the docstring.

The other warning appears to be a numpy version issue. I don't think we can change the code to stop that warning. scikit-learn-contrib/hdbscan#272

This will resolve #223

@AdamTheisen
Copy link
Collaborator

Thanks @kenkehoe . Minor changes, tests passing, will merge.

@AdamTheisen AdamTheisen merged commit 5827c10 into ARM-DOE:master Aug 21, 2020
@kenkehoe kenkehoe deleted the DeprecationWarnings branch October 19, 2021 21:35
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.

Deprecation Warnings
2 participants