Skip to content

Commit ebc0f3a

Browse files
committed
increase test threshold
1 parent 7d8db8e commit ebc0f3a

File tree

2 files changed

+1
-64
lines changed

2 files changed

+1
-64
lines changed

.github/workflows/docs.yml

Lines changed: 0 additions & 63 deletions
This file was deleted.

tests/test_diff.cpp

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

12981298
Eigen::VectorXd x = var2sim[0]->inverse_eval();
12991299

1300-
verify_adjoint(*nl_problem, x, velocity_discrete, 1e-5, 1e-6);
1300+
verify_adjoint(*nl_problem, x, velocity_discrete, 1e-5, 1e-5);
13011301
}
13021302

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

0 commit comments

Comments
 (0)