Skip to content

Commit 3e0c024

Browse files
committed
increase coverage
1 parent 513c6c9 commit 3e0c024

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/SparseMatrixCSR.jl

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
CSC = sparse(I, J, V, maxrows,maxcols)
1616
CSR = sparsecsr(SparseMatrixCSR{Bi},I, J, V,maxrows,maxcols)
1717

18+
display(CSR)
19+
1820
@test CSC == CSR
1921

2022
@test convert(SparseMatrixCSR{Bi}, CSR) === CSR

0 commit comments

Comments
 (0)