-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Fixing np.bool Depreciation warnings: 3 files #4673
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
Conversation
This reverts commit 685a065.
Thanks for taking this on! The warning says to just replace it with |
Oh, I see, I assumed that numpy data types were preferred because of the other key/value pairs in |
Seems like |
Fixed! (+ other files not mentioned in the error shown in the original issue) |
Thanks @larryshamalama and congrats on your first PR! 🥳 |
Thank you very much! 🙂 |
* 🐢 Fixed documentation * 🐢 Minor fix on top of grammar fixed in docs * Weibull RandomVariable refactoring: an example * Revert "Weibull RandomVariable refactoring: an example" This reverts commit 685a065. * Fixing np.bool depreciation warnings: 3 files * Changed np.bool_ to bool (+ fixed other places)
Addressing issue 4670
Not sure where the test warnings come from. I changed "np.bool" to "np.bool_" in 3 files as the warning suggests.