You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -1125,14 +1129,20 @@ static void delete(int i, const double *x, int *prev, int *next, int *m, int *s,
1125
1129
prev[next[i]] =prev[i];
1126
1130
if (SMALL(i)) {
1127
1131
s[0]--;
1132
+
//codecov_delete_else = 1; // search for codecov above; this is only dev testing warning from the branch below, uncomment this and run frollmedian(1:9, 3)
1128
1133
} else {
1134
+
// # nocov start
1135
+
codecov_delete_else=1; // search for codecov above
if (codecov_delete_else||codecov_m0_i||codecov_s0_0||codecov_xam) {
1474
+
// # nocov start
1475
+
ans->status=2;
1476
+
snprintf(end(ans->message[2]), 500, _("%s: algo='fast' algorithm has reached an untested lines of code: %d%d%d%d. Please report to data.table issue tracker including this error message and ideally a reproducible example. Please use algo='exact' for now.\n"), "frollmedianFast", codecov_delete_else, codecov_m0_i, codecov_s0_0, codecov_xam);
1477
+
// # nocov end
1478
+
}
1455
1479
if (verbose)
1456
1480
snprintf(end(ans->message[0]), 500, _("%s: rolling took %.3f\n"), "frollmedianFast", omp_get_wtime()-tic);
0 commit comments