Skip to content

BUG: Alpha parameter must be 1D in generator.dirichlet #16017

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

Merged
merged 1 commit into from
Apr 19, 2020

Conversation

charris
Copy link
Member

@charris charris commented Apr 19, 2020

Backport of #15951.

Only one dimensional alpha parameter is currently supported, but higher
dimensions were silently allowed and gave an incorrect results. This
fixes the regression. In the future, the API could be extended to allow
higher dimensional arrays for alpha.

Fixes gh-15915

Only one dimensional alpha paramter is currently supported, but higher
dimensions were silently allowed and gave an incorrect results. This
fixes the regression. In the future, the API could be extended to allow
higher dimensional arrays for alpha.

Fixes numpygh-15915
@charris charris added this to the 1.18.3 release milestone Apr 19, 2020
@charris charris merged commit c0b6896 into numpy:maintenance/1.18.x Apr 19, 2020
@charris charris deleted the backport-15951 branch May 2, 2020 17:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants