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

Fixing docstring error in polyvander2d #8555

Merged
merged 2 commits into from
Feb 1, 2017

Conversation

pezcore
Copy link
Contributor

@pezcore pezcore commented Feb 1, 2017

This fix gives the states the correct column index in the Vandermonde matrix returned by polyvander2d() and closes #8554

@charris
Copy link
Member

charris commented Feb 1, 2017

Good catch. Could you also fix the remaining 5 polynomial types? There is a lot of cut and paste in the polynomial documentation.

- Fixes documentation of polynomial types `*vander2d()` methods to give the
  correct last index of the pseudo-Vandermonde matrix returned expressed in
  terms of x and y.
@charris charris merged commit 2aa36e9 into numpy:master Feb 1, 2017
@charris
Copy link
Member

charris commented Feb 1, 2017

Thanks @pezcore .

@pezcore pezcore deleted the 8554-polyvander2d-doc-bug branch February 2, 2017 13:01
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.

Doc Bug in polynomial.polynomial.polyvander2d
2 participants