Skip to content

Commit

Permalink
test threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
lfarv committed Mar 23, 2024
1 parent 9598233 commit 32aeb40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyat/test/test_physics.py
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ def test_ohmi_envelope(hmba_lattice, refpts):

assert_close(obs['emitXY'],
[ 1.320358481625e-10, 0.000000000000e+00],
rtol=2.e-9, atol=1e-30)
rtol=5.e-9, atol=1e-30)
assert_close(obs['emitXYZ'],
[ 1.322243873286e-10, 6.268346810258e-38, 2.858406931604e-06],
rtol=2.e-9, atol=1e-30)
rtol=5.e-9, atol=1e-30)

0 comments on commit 32aeb40

Please sign in to comment.