wait for more errors to get a better estimation

This commit is contained in:
Ahmet Inan 2023-06-01 07:24:47 +02:00
commit ebb989ce50

View file

@ -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) {