Skip to content

Commit

Permalink
changed accuracy settings on driver
Browse files Browse the repository at this point in the history
  • Loading branch information
kaushikponnapalli committed Sep 17, 2024
1 parent b732517 commit f97421f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,7 @@ def _test_integrate_control_rate2(self, transcription):

# Set the driver.
p.driver = om.pyOptSparseDriver(optimizer='SLSQP')
p.driver.opt_settings['ACC'] = 1e-9

# Allow OpenMDAO to automatically determine our sparsity pattern.
# Doing so can significant speed up the execution of Dymos.
Expand Down

0 comments on commit f97421f

Please sign in to comment.