Skip to content

Commit

Permalink
Slightly bump tolerance for intermittently failing jac test
Browse files Browse the repository at this point in the history
Refs #0
  • Loading branch information
lindsayad committed Jun 29, 2023
1 parent 467ef88 commit de0a4b1
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions test/tests/kernels/ad_jacobians/tests
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
[Tests]
[./testbodyforce-jac]
[testbodyforce-jac]
type = 'PetscJacobianTester'
input = 'test.i'
requirement = 'Jacobians calculated by ADTimeDerivative and ADBodyForce shall be perfect.'
issues = '#13260'
design = '/ADTimeDerivative.md'
[../]
[./testbodyforce-adfunction-jac]
[]
[testbodyforce-adfunction-jac]
type = 'PetscJacobianTester'
input = 'adfunction.i'
requirement = 'The Jacobian of ADBodyForce with a force function shall be perfect.'
issues = '#13260'
design = '/BodyForce.md'
[../]
ratio_tol = 3e-8
[]
[]

0 comments on commit de0a4b1

Please sign in to comment.