Skip to content

Commit

Permalink
Update test_trans_beam.py (#317)
Browse files Browse the repository at this point in the history
  • Loading branch information
A-CGray authored May 28, 2024
1 parent 2a220e1 commit 3adc918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration_tests/test_trans_beam.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def setup_tacs_problems(self, comm):
else:
self.rtol = 2e-3
self.atol = 1e-3
self.dh = 1e-6
self.dh = 1e-8

# Instantiate FEA Assembler
fea_assembler = pytacs.pyTACS(bdf_file, comm)
Expand Down

0 comments on commit 3adc918

Please sign in to comment.