Reduce dataset sizes and number of iterations to accelerate tests.

This commit is contained in:
Ryan Curtin
2017-08-08 23:21:48 -04:00
parent 54302d3272
commit 68f22bc1ba
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -251,7 +251,7 @@ void CheckDistance(TreeType& tree, TreeType* node = NULL)
BOOST_AUTO_TEST_CASE(UBTreeDistanceTest)
{
typedef UBTree<EuclideanDistance, EmptyStatistic, arma::mat> TreeType;
arma::mat dataset(8, 1000);
arma::mat dataset(8, 200);
dataset.randu();