Update src/mlpack/tests/main_tests/bayesian_linear_regression_test.cpp

Co-authored-by: Ryan Curtin <ryan@ratml.org>
This commit is contained in:
mercierc
2020-07-23 09:19:19 +02:00
committed by GitHub
co-authored by Ryan Curtin
parent 926366981f
commit cfc299f7fc
@@ -92,7 +92,7 @@ BOOST_AUTO_TEST_CASE(BayesianLinearRegressionSavedEqualCode)
CLI::GetSingleton().Parameters()["responses"].wasPassed = false;
SetInputParam("input_model",
CLI::GetParam<BayesianLinearRegression*>("output_model"));
IO::GetParam<BayesianLinearRegression*>("output_model"));
SetInputParam("test", std::move(matXtest));
mlpackMain();