Skip to content

Commit

Permalink
Merge pull request #2424 from taketwo/fix-2288
Browse files Browse the repository at this point in the history
Increase threshold for expected value in test_non_linear
  • Loading branch information
SergioRAgostinho authored Sep 10, 2018
2 parents 0bbc095 + f550457 commit d3d3d29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/segmentation/test_non_linear.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ TEST (SACSegmentation, Segmentation)
EXPECT_NEAR (sphere_coefficients->values[2], 1.24558, 1e-2);
EXPECT_NEAR (sphere_coefficients->values[3], 0.0536238, 1e-2);

EXPECT_NEAR (static_cast<int> (inliers->indices.size ()), 3516, 10);
EXPECT_NEAR (static_cast<int> (inliers->indices.size ()), 3516, 15);
}

//* ---[ */
Expand Down

0 comments on commit d3d3d29

Please sign in to comment.