From 70539c8b28da7396fffc686c6ec17a147ecb57a1 Mon Sep 17 00:00:00 2001 From: Adarsh Santoria <108261986+AdarshSantoria@users.noreply.github.com> Date: Tue, 14 Feb 2023 21:53:53 +0530 Subject: [PATCH] Update src/mlpack/tests/cf_test.cpp Co-authored-by: Ryan Curtin --- src/mlpack/tests/cf_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mlpack/tests/cf_test.cpp b/src/mlpack/tests/cf_test.cpp index db6232c81e..d8b527cf17 100644 --- a/src/mlpack/tests/cf_test.cpp +++ b/src/mlpack/tests/cf_test.cpp @@ -701,7 +701,7 @@ TEMPLATE_TEST_CASE("CFPredictSearch", "[CFTest]", * some Interpolations. */ TEMPLATE_TEST_CASE("CFPredictAverageInterpolation", "[CFTest]", - AverageInterpolation, SimilarityInterpolation) + AverageInterpolation, SimilarityInterpolation) { CFPredict(2.0);