From ebb989ce50593fee74f1fd6808fe7b3482a79030 Mon Sep 17 00:00:00 2001 From: Ahmet Inan Date: Thu, 1 Jun 2023 07:24:47 +0200 Subject: [PATCH] wait for more errors to get a better estimation --- tests/polar_list_regression_test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/polar_list_regression_test.cc b/tests/polar_list_regression_test.cc index 5699366..b2acb1b 100644 --- a/tests/polar_list_regression_test.cc +++ b/tests/polar_list_regression_test.cc @@ -102,7 +102,7 @@ int main() int64_t ambiguity_erasures = 0; double avg_mbs = 0; int64_t loops = 0; - while (uncorrected_errors < 1000 && ++loops < 1000) { + while (uncorrected_errors < 10000 && ++loops < 1000) { if (crc_aided) { crc.reset(); for (int i = 0; i < K-C; ++i) {