Skip to content

Commit

Permalink
Adjuested tolerance for symmetry test (#1010)
Browse files Browse the repository at this point in the history
Having the kinematic tolerance and the symmetry tolerance set at the same level could sometimes trigger failures on certain machines with different MKL implementations.

We now set the symmetry tolerance an order of magnetude lower than the kinematic tolerance to prevent that.
  • Loading branch information
melund authored Dec 9, 2024
1 parent b416d26 commit 2dbba00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Symmetry/test_LegDynamicSymmetryCheck.Main.any
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#define BM_TRUNK_MUSCLES OFF

#ifndef TEST_NAME
#define BM_LEG_MODEL 1
#define BM_LEG_MODEL 2
#define TEST_NAME "test_LegDynamicSymmetryCheck.Main_1"
#endif

Expand Down

0 comments on commit 2dbba00

Please sign in to comment.