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

BUG: stats: weighted KDE does not modify the weights array #9720

Merged
merged 1 commit into from
Jan 28, 2019

Conversation

ev-br
Copy link
Member

@ev-br ev-br commented Jan 27, 2019

fixes gh-9709

Also fix the issue with integer weights, #9709 (comment)

@ev-br ev-br added defect A clear bug or issue that prevents SciPy from being installed or used as expected scipy.stats labels Jan 27, 2019
scipy/stats/kde.py Outdated Show resolved Hide resolved
@jakevdp
Copy link
Member

jakevdp commented Jan 28, 2019

Looks good, thanks for the fix!

@ev-br ev-br added this to the 1.2.1 milestone Jan 28, 2019
@jakevdp jakevdp merged commit a9c6391 into scipy:master Jan 28, 2019
@ev-br ev-br added the backport-candidate This fix should be ported by a maintainer to previous SciPy versions. label Jan 28, 2019
@tylerjereddy tylerjereddy removed the backport-candidate This fix should be ported by a maintainer to previous SciPy versions. label Feb 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
defect A clear bug or issue that prevents SciPy from being installed or used as expected scipy.stats
Projects
None yet
Development

Successfully merging this pull request may close these issues.

scipy.stats.gaussian_kde normalizes the weights keyword argument externally.
3 participants