Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] authored and hameerabbasi committed Sep 24, 2024
1 parent 1403b89 commit 280ee10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sparse/numba_backend/_compressed/compressed.py
Original file line number Diff line number Diff line change
Expand Up @@ -952,6 +952,7 @@ def transpose(self, axes: None = None, copy: bool = False) -> Union["CSC", "CSR"
return self
return CSC((self.data, self.indices, self.indptr), self.shape[::-1])


class CSC(_Compressed2d):
"""
The CSC or CCS scheme stores a n-dimensional array using n+1 one-dimensional arrays.
Expand Down

0 comments on commit 280ee10

Please sign in to comment.