Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
marius311 committed Jan 5, 2023
1 parent d79184d commit 2787dc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ end
# trace
@test all(tr(Diagonal(f)' * Diagonal(f)) f'f)
@test all(tr(Diagonal(f) * Diagonal(f)') f'f)
@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

# Field dot products
D = Diagonal(f)
Expand Down

0 comments on commit 2787dc1

Please sign in to comment.