Skip to content

Commit

Permalink
add defect mode in when bootstrapping, forgot to push estimated vector
Browse files Browse the repository at this point in the history
  • Loading branch information
timydaley committed Dec 2, 2015
1 parent 15a4631 commit 6c9b377
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions preseq.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,7 @@ extrap_bootstrap(const bool VERBOSE, const bool DEFECTS,
sample_size += bin_step_size;
}
// no checking of curve in defect mode
bootstrap_estimates.push_back(yield_vector);
if (VERBOSE) cerr << '.';
}
else{
Expand Down

0 comments on commit 6c9b377

Please sign in to comment.