Skip to content

Commit

Permalink
Update abs tol to match other constitutive tests
Browse files Browse the repository at this point in the history
  • Loading branch information
A-CGray authored Jul 10, 2023
1 parent 17bae84 commit 0d8a917
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def setUp(self):
self.dtype = TACS.dtype

# Basically, only check relative tolerance
self.atol = 1e99
self.atol = np.clip(1e-5 * self.rtol, 1e-8, 1e-14)
self.print_level = 0

# Set element index
Expand Down

0 comments on commit 0d8a917

Please sign in to comment.