Skip to content

Commit

Permalink
Fix incorrect ordering of tolerances in composite shell test
Browse files Browse the repository at this point in the history
  • Loading branch information
A-CGray committed Jun 1, 2023
1 parent eedd376 commit a769c19
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -228,8 +228,8 @@ def test_constitutive_failure_strain_sens(self):
self.x,
self.dh,
self.print_level,
self.rtol,
self.atol,
self.rtol,
)
self.assertFalse(fail)

Expand Down

0 comments on commit a769c19

Please sign in to comment.