Skip to content

Commit

Permalink
less verbose print
Browse files Browse the repository at this point in the history
  • Loading branch information
bqminh committed Jun 23, 2024
1 parent bf167a0 commit 9b7840f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/phylotesting.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1686,7 +1686,7 @@ string CandidateModel::evaluate(Params &params,
bool prev_rate_present = prev_info.restoreCheckpointRminus1(&in_model_info, this);
if (!rate_restored && prev_rate_present) {
iqtree->getRate()->initFromCatMinusOne(in_model_info, weight_rescale);
//if (verbose_mode >= VB_MED)
if (verbose_mode >= VB_MED)
cout << iqtree->getRate()->name << " initialized from " << prev_info.rate_name << endl;
}

Expand Down

0 comments on commit 9b7840f

Please sign in to comment.