Skip to content

Commit

Permalink
Make FD step smaller to fix failure sens failures
Browse files Browse the repository at this point in the history
  • Loading branch information
A-CGray committed Jun 1, 2023
1 parent d7cbe8f commit 18f9a98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def setUp(self):
self.dh = 1e-200
self.rtol = 1e-9
else:
self.dh = 1e-6
self.dh = 1e-8
self.rtol = 1e-1
self.dtype = TACS.dtype

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def setUp(self):
self.dh = 1e-50
self.rtol = 1e-9
else:
self.dh = 1e-6
self.dh = 1e-8
self.rtol = 1e-1
self.dtype = TACS.dtype

Expand Down

0 comments on commit 18f9a98

Please sign in to comment.