Skip to content

Commit

Permalink
Merge branch 'develop' into integration
Browse files Browse the repository at this point in the history
  • Loading branch information
benherry committed Jul 31, 2024
2 parents 48cf032 + 266023a commit 1aa635f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ def test_06_gradient_subprocess_flatten_local_data_deepcopy(self):
local_data_after_execute = coupling_disc.mdo_discipline_wrapp.mdo_discipline.local_data
self.check_jacobian(location=dirname(__file__), filename=pkl_name,
discipline=coupling_disc.mdo_discipline_wrapp.mdo_discipline,
step=1.0e-15, derr_approx='complex_step', threshold=1e-20,
step=1.0e-15, derr_approx='complex_step', threshold=1e-12,
local_data=deepcopy(local_data_after_execute),
inputs=inputs,
outputs=outputs)
Expand Down Expand Up @@ -428,7 +428,7 @@ def test_08_gradient_subprocess_flatten_local_data_deepcopy_high_step(self):
local_data_after_execute = coupling_disc.mdo_discipline_wrapp.mdo_discipline.local_data
self.check_jacobian(location=dirname(__file__), filename=pkl_name,
discipline=coupling_disc.mdo_discipline_wrapp.mdo_discipline,
step=1.0e-3, derr_approx='complex_step', threshold=1e-20,
step=1.0e-3, derr_approx='complex_step', threshold=1e-09,
local_data=deepcopy(local_data_after_execute),
inputs=inputs,
outputs=outputs)
Expand Down

0 comments on commit 1aa635f

Please sign in to comment.