Skip to content

Commit

Permalink
Updated the format to include indptr as well..
Browse files Browse the repository at this point in the history
  • Loading branch information
Sai-Suraj-27 committed Jul 22, 2023
1 parent 484db6a commit 539130c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions heat/sparse/dcsr_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,7 @@ def __str__(self) -> str:

print_string = (
f"DCSR_matrix(indices={self.indices},\n"
f" indptr={self.indptr},\n"
f" data={self.data},\n"
f" size={size}, nnz={nnz}, split={self.__split})"
)
Expand Down

0 comments on commit 539130c

Please sign in to comment.