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:18:53 +02:00
committed by GitHub
co-authored by Ryan Curtin
parent 4468ff9359
commit cfea46a8be
@@ -37,7 +37,7 @@ struct BRTestFixture
{
// Clear the settings.
bindings::tests::CleanMemory();
CLI::ClearSettings();
IO::ClearSettings();
}
};