Relax tolerance for test.

This commit is contained in:
Ryan Curtin
2015-12-23 17:24:52 -05:00
parent e27f1e68a1
commit dd268feaef
+1 -1
View File
@@ -980,7 +980,7 @@ BOOST_AUTO_TEST_CASE(BatchTrainingTest)
// The batch tree must be a bit better than the stream tree. But not too
// much, since the accuracy is already going to be very high.
BOOST_REQUIRE_GT(batchCorrect, streamCorrect + 25);
BOOST_REQUIRE_GT(batchCorrect, streamCorrect + 10);
}
BOOST_AUTO_TEST_SUITE_END();