Skip to content

Commit 42153bf

Browse files
committed
change tolerance
1 parent e924def commit 42153bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_diff.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1311,7 +1311,7 @@ TEST_CASE("initial-contact-smooth", "[test_adjoint]")
13111311

13121312
Eigen::VectorXd x = var2sim[0]->inverse_eval();
13131313

1314-
verify_adjoint(*nl_problem, x, velocity_discrete, 1e-5, 1e-5);
1314+
verify_adjoint(*nl_problem, x, velocity_discrete, 1e-6, 1e-5);
13151315
}
13161316

13171317
TEST_CASE("shape-transient-smooth", "[test_adjoint]")

0 commit comments

Comments
 (0)