We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc5eaf3 commit be8b0d5Copy full SHA for be8b0d5
src/preseq.cpp
@@ -1583,7 +1583,6 @@ pop_size(const int argc, const char **argv) {
1583
size_t orig_max_terms = 100;
1584
double max_extrap = 0.0;
1585
double step_size = 0.0;
1586
- // TL: desired number of steps for extrap
1587
size_t n_desired_steps = 50;
1588
size_t n_bootstraps = 100;
1589
int diagonal = 0;
@@ -1768,8 +1767,6 @@ pop_size(const int argc, const char **argv) {
1768
1767
if (VERBOSE)
1769
cerr << "[ESTIMATING YIELD CURVE]" << endl;
1770
1771
- // TL: determine step size based on initial counts.
1772
- //
1773
vector<double> yield_estimates;
1774
1775
if (SINGLE_ESTIMATE) {
0 commit comments