Remove unused parameter (alpha).

This commit is contained in:
Marcus Edel
2021-04-26 02:52:37 +02:00
parent 25fea7c361
commit 0c4ff06969
+1 -1
View File
@@ -448,7 +448,7 @@ TEST_CASE("TestSparseComputeValue", "[DETTest]")
REQUIRE(d3 == Approx(testDTree.ComputeValue(q3)).epsilon(1e-12));
REQUIRE(0.0 == Approx(testDTree.ComputeValue(q4)).epsilon(1e-12));
alpha = testDTree.PruneAndUpdate(alpha, testData.n_cols, false);
testDTree.PruneAndUpdate(alpha, testData.n_cols, false);
double d = 1.0 / exp(log(4.0) + log(7.0) + log(7.0));