Skip to content

Commit

Permalink
One number is better
Browse files Browse the repository at this point in the history
  • Loading branch information
aghozlane committed Jun 23, 2024
1 parent 7fb9322 commit 40457db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meteor/phylogeny.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def clean_sites(
# Count sites with more than the specified maximum gap ratio
info_sites = sum(1 for ratio in info_ratio if ratio <= self.max_gap)
logging.info(
"%d / %d sites with less than %.2f%% gaps",
"%d / %d sites with less than %.1f%% gaps",
info_sites,
len(info_ratio),
self.max_gap * 100,
Expand Down

0 comments on commit 40457db

Please sign in to comment.