This test also can hang in a loop.

This commit is contained in:
Ryan Curtin
2018-08-03 21:46:22 -04:00
parent 45e667399c
commit 69ea3599c4
+3 -1
View File
@@ -118,7 +118,9 @@ BOOST_AUTO_TEST_CASE(LMNNOptimizerTest)
// Input random data points.
SetInputParam("input", inputData);
SetInputParam("labels", labels);
SetInputParam("optimizer", std::string("bbsgd"));
// TODO: set back to bbsgd---this was done for #1490 and should be reverted
// when that is fixed.
SetInputParam("optimizer", std::string("amsgrad"));
mlpackMain();