We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15a4631 commit 6c9b377Copy full SHA for 6c9b377
1 file changed
preseq.cpp
@@ -328,6 +328,7 @@ extrap_bootstrap(const bool VERBOSE, const bool DEFECTS,
328
sample_size += bin_step_size;
329
}
330
// no checking of curve in defect mode
331
+ bootstrap_estimates.push_back(yield_vector);
332
if (VERBOSE) cerr << '.';
333
334
else{
0 commit comments