Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Commit

Permalink
erase CandidateSet to avoid crash with -mtree for +H model
Browse files Browse the repository at this point in the history
  • Loading branch information
bqminh committed Dec 21, 2017
1 parent a192268 commit 2b452db
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 @@ -1336,7 +1336,7 @@ string testOneModel(string &model_name, Params &params, Alignment *in_aln,

int count = iqtree->getCheckpoint()->eraseKeyPrefix("finished");
cout << count << " finished checkpoint entries erased" << endl;

iqtree->getCheckpoint()->eraseKeyPrefix("CandidateSet");

} else {
//--- FIX TREE TOPOLOGY AND ESTIMATE MODEL PARAMETERS ----//
Expand Down

0 comments on commit 2b452db

Please sign in to comment.