Skip to content

Commit f431be0

Browse files
committed
Update README
1 parent 944ac82 commit f431be0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,7 @@ function main()
8282
@test b[Block(1, 2)] == a₁₂
8383

8484
# Matrix multiplication
85-
# TODO: Fix this, broken.
86-
@test_broken b * b Array(b) * Array(b)
85+
@test b * b Array(b) * Array(b)
8786

8887
permuted_b = permutedims(b, (2, 1))
8988
@test permuted_b isa BlockSparseArray

0 commit comments

Comments
 (0)