Skip to content

Commit f924daa

Browse files
log link test
1 parent 2f04f84 commit f924daa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/test ALRRegressor poisson.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ int main()
5252
save_data("data/output.csv",predictions);
5353

5454
std::cout<<predictions.mean()<<"\n\n";
55-
tests.push_back(check_if_approximately_equal(predictions.mean(),1.88358,0.00001));
55+
tests.push_back(check_if_approximately_equal(predictions.mean(),1.88508,0.00001));
5656

5757
//std::cout<<model.validation_error_steps<<"\n\n";
5858

0 commit comments

Comments
 (0)