Update preprocess_split_test.cpp

This commit is contained in:
Manish Kumar
2017-12-22 09:34:01 +05:30
committed by GitHub
parent 208407fa35
commit df3e5b7fa7
@@ -124,8 +124,6 @@ BOOST_AUTO_TEST_CASE(PreprocessSplitTestRatioTest)
SetInputParam("test_ratio", (double) -0.2);
mlpackMain();
Log::Fatal.ignoreInput = true;
BOOST_REQUIRE_THROW(mlpackMain(), std::runtime_error);
Log::Fatal.ignoreInput = false;