Skip to content

Commit 06693b3

Browse files
inv gaussian test
1 parent 19992d9 commit 06693b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/test ALRRegressor inversegaussian.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(),23.573,0.00001));
56+
tests.push_back(check_if_approximately_equal(predictions.mean(),23.8678,0.00001));
5757

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

0 commit comments

Comments
 (0)