Skip to content

Commit

Permalink
Fixing test tolerance idaholab#409
Browse files Browse the repository at this point in the history
  • Loading branch information
somu15 committed Mar 10, 2022
1 parent 7c5dd7e commit 99c62eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/tests/bcs/seismic_force/tests
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
exodiff = 'seismic_force_test_z_out.e'
max_parallel = 1
method = 'opt'
rel_err = 1e-5
abs_zero = 2e-3
rel_err = 1e-2
abs_zero = 2e-2

requirement = "The SeismicForce class shall accurately convert the user-provided input velocity to normal traction at the boundary."
[../]
Expand Down

0 comments on commit 99c62eb

Please sign in to comment.