Skip to content

Commit

Permalink
Loosen test bound
Browse files Browse the repository at this point in the history
  • Loading branch information
mtfishman committed Apr 4, 2024
1 parent d0b9071 commit de7be59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/base/test_fermions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -774,7 +774,7 @@ import ITensors: Out, In
i = Index(2)
a = randomITensor(i', i)
d, u = eigen(a)
@test norm(a * u - u' * d) 0
@test norm(a * u - u' * d) 0 atol = (eps(real(eltype(a))))
end

ITensors.disable_auto_fermion()
Expand Down

0 comments on commit de7be59

Please sign in to comment.