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-26 10:30:01 +02:00
committed by GitHub
co-authored by Ryan Curtin
parent 4586363840
commit 4cc3d0555f
@@ -88,8 +88,8 @@ BOOST_AUTO_TEST_CASE(BayesianLinearRegressionSavedEqualCode)
mlpackMain();
CLI::GetSingleton().Parameters()["input"].wasPassed = false;
CLI::GetSingleton().Parameters()["responses"].wasPassed = false;
IO::GetSingleton().Parameters()["input"].wasPassed = false;
IO::GetSingleton().Parameters()["responses"].wasPassed = false;
SetInputParam("input_model",
IO::GetParam<BayesianLinearRegression*>("output_model"));