Skip to content

Commit

Permalink
Merge branch 'master' into grid_doc
Browse files Browse the repository at this point in the history
  • Loading branch information
unalmis authored Feb 8, 2023
2 parents a36ab27 + 128ce00 commit 11ccf74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ def test_solve_bounds():

# check that all errors are nearly 0, since residual values are within target bounds
f = obj.compute(obj.x(eq))
np.testing.assert_allclose(f, 0, atol=1e-9)
np.testing.assert_allclose(f, 0, atol=1e-4)


@pytest.mark.regression
Expand Down

0 comments on commit 11ccf74

Please sign in to comment.