Skip to content

Commit 7e743ad

Browse files
gamma test
1 parent 2a6ba95 commit 7e743ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/test ALRRegressor gamma.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(),23.7191,0.00001));
55+
tests.push_back(check_if_approximately_equal(predictions.mean(),23.7308,0.00001));
5656

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

0 commit comments

Comments
 (0)