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

Docstrings to CSC, CSR classes #450

Merged
merged 1 commit into from
Mar 22, 2021
Merged

Conversation

sayandip18
Copy link
Contributor

No description provided.

@codecov
Copy link

codecov bot commented Mar 22, 2021

Codecov Report

Merging #450 (f94b25e) into master (0ff3135) will decrease coverage by 0.08%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #450      +/-   ##
==========================================
- Coverage   95.15%   95.07%   -0.09%     
==========================================
  Files          20       20              
  Lines        2975     2921      -54     
==========================================
- Hits         2831     2777      -54     
  Misses        144      144              

@@ -845,6 +845,12 @@ def ndim(self) -> int:


class CSR(_Compressed2d):
"""
The CSR or CRS scheme stores a n-dimensional array using n+1 one-dimensional arrays.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This isn't strictly true, we support only 2D CSR/CSC.

Copy link
Collaborator

@hameerabbasi hameerabbasi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, @sayandip18!

@hameerabbasi hameerabbasi merged commit 1b7f424 into pydata:master Mar 22, 2021
@sayandip18 sayandip18 deleted the csr-csc branch March 23, 2021 01:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants