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

DOC: sparse: clarify CSC and CSR constructor usage #4175

Merged

Conversation

larsmans
Copy link
Contributor

Same treatment as given to COO in 3f19f49.

@larsmans larsmans force-pushed the csc-csr-constructor-docstring branch from c93d2d6 to 57eda02 Compare November 21, 2014 16:06
@argriffing
Copy link
Contributor

Would it make sense to use the actual attribute names (row and col instead of i and j)?

@larsmans
Copy link
Contributor Author

Those are not attributes on CSR and CSC. The constructor just takes COO-style inputs and converts them. (But maybe rowind, colind would be more user-friendly.)

Same treatment as given to COO in 3f19f49.

[ci skip]
@larsmans larsmans force-pushed the csc-csr-constructor-docstring branch from 57eda02 to 7c127cb Compare November 21, 2014 16:16
@larsmans
Copy link
Contributor Author

Changed the names to row_ind and col_ind.

@argriffing
Copy link
Contributor

Looks good to me!

@WarrenWeckesser WarrenWeckesser added Documentation Issues related to the SciPy documentation. Also check https://github.com/scipy/scipy.org scipy.sparse labels Nov 22, 2014
WarrenWeckesser added a commit that referenced this pull request Nov 22, 2014
DOC: sparse: clarify CSC and CSR constructor usage
@WarrenWeckesser WarrenWeckesser merged commit 95c21d1 into scipy:master Nov 22, 2014
@WarrenWeckesser
Copy link
Member

Thanks, merged.

@WarrenWeckesser WarrenWeckesser added this to the 0.15.0 milestone Nov 22, 2014
@larsmans larsmans deleted the csc-csr-constructor-docstring branch November 26, 2014 16:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Documentation Issues related to the SciPy documentation. Also check https://github.com/scipy/scipy.org scipy.sparse
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants