Skip to content

Commit 280ee10

Browse files
pre-commit-ci[bot]hameerabbasi
authored andcommitted
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 1403b89 commit 280ee10

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sparse/numba_backend/_compressed/compressed.py

+1
Original file line numberDiff line numberDiff line change
@@ -952,6 +952,7 @@ def transpose(self, axes: None = None, copy: bool = False) -> Union["CSC", "CSR"
952952
return self
953953
return CSC((self.data, self.indices, self.indptr), self.shape[::-1])
954954

955+
955956
class CSC(_Compressed2d):
956957
"""
957958
The CSC or CCS scheme stores a n-dimensional array using n+1 one-dimensional arrays.

0 commit comments

Comments
 (0)