Skip to content

Commit

Permalink
threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
lehner committed Jul 21, 2024
1 parent e86e018 commit 378dfb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/qcd/gauge.py
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@
act2 = ald(U + mom2)
eps = abs(act / act2 - 1)
g.message("Draw from log det action:", eps)
assert eps < 1e-10
assert eps < 1e-8

if True:
U0 = dft.inverse(Uft)
Expand Down

0 comments on commit 378dfb2

Please sign in to comment.