Skip to content

Commit

Permalink
fix order of features
Browse files Browse the repository at this point in the history
  • Loading branch information
tschuelia committed Nov 27, 2024
1 parent d7cf807 commit f71d223
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/corax/difficulty.c
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ corax_msa_predict_difficulty(const corax_msa_features *msa_features,
msa_features->entropy,
msa_features->bollback_multinomial,
average_rfdistance_parsimony_trees,
proportion_unique_parsimony_tree_topologies,
msa_features->patterns_per_site,
msa_features->pattern_entropy
msa_features->pattern_entropy,
proportion_unique_parsimony_tree_topologies,
};

for (int i = 0; i < num_features; ++i)
Expand Down

0 comments on commit f71d223

Please sign in to comment.