Skip to content

Commit 84c70a5

Browse files
authored
adjust FD step size for scan eagle test
Changes in how OpenMDAO computes errors in check_totals required an adjustment in FD step size for more accurate derivative computation. Test passes now.
1 parent c390619 commit 84c70a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/integration_tests/test_scaneagle.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ def test_totals(self):
218218
totals = self.prob.check_totals(
219219
method="fd",
220220
form="central",
221-
step=5e-4,
221+
step=1e-3,
222222
step_calc="rel",
223223
compact_print=True,
224224
abs_err_tol=1e-4,

0 commit comments

Comments
 (0)