Skip to content

Commit 19992d9

Browse files
test completed
1 parent 5f304c0 commit 19992d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/test ALRRegressor poissongamma.cpp

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

5555
std::cout<<predictions.mean()<<"\n\n";
56-
tests.push_back(check_if_approximately_equal(predictions.mean(),1.86439,0.00001));
56+
tests.push_back(check_if_approximately_equal(predictions.mean(),1.89319,0.00001));
5757

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

0 commit comments

Comments
 (0)