-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
BUG: Prevent segfault in roll_weighted_var #46772
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
Ok, thanks. I'm unsure how to verify that my test I added to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One comment, otherwise looks good!
Awesome, thanks @joseortiz3 (the failure was unrelated) |
* Change range to prevent segfault See pandas-dev#46760 * Update v1.5.0.rst with doc of fix for issue 46760 * typo * Improve language for fix of weighted variance segfault * Added test for issue pandas-dev#46772 * style - change single quotes to double * Add fixtures `win_types` and `center` to test signature
test_win_type.py
doc/source/whatsnew/v1.5.0.rst
file because this fixes a bug