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 d79184d commit 2787dc1Copy full SHA for 2787dc1
test/runtests.jl
@@ -182,7 +182,7 @@ end
182
# trace
183
@test all(tr(Diagonal(f)' * Diagonal(f)) ≈ f'f)
184
@test all(tr(Diagonal(f) * Diagonal(f)') ≈ f'f)
185
- @test_broken all(tr(f*f') ≈ f'f) # broken by (intentionally) removing OuterProdOp
+ # @test all(tr(f*f') ≈ f'f) # unspecified behavior at this point
186
187
# Field dot products
188
D = Diagonal(f)
0 commit comments