We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 944ac82 commit f431be0Copy full SHA for f431be0
README.md
@@ -82,8 +82,7 @@ function main()
82
@test b[Block(1, 2)] == a₁₂
83
84
# Matrix multiplication
85
- # TODO: Fix this, broken.
86
- @test_broken b * b ≈ Array(b) * Array(b)
+ @test b * b ≈ Array(b) * Array(b)
87
88
permuted_b = permutedims(b, (2, 1))
89
@test permuted_b isa BlockSparseArray
0 commit comments