Skip to content

Commit

Permalink
[fix forward] Patch for mac difference in mac precision (RobotLocomot…
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanCurtis-TRI authored Mar 25, 2021
1 parent d2ed7fc commit 12c52ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ INSTANTIATE_TEST_SUITE_P(
QueryInstance(kEllipsoid, kSphere, kThrows),


QueryInstance(kSphere, kSphere, 3e-15)),
QueryInstance(kSphere, kSphere, 4e-15)),
QueryInstanceName);
// clang-format on

Expand Down

0 comments on commit 12c52ac

Please sign in to comment.