Skip to content

Commit

Permalink
Remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
aghozlane committed Jun 23, 2024
1 parent 63c2c9d commit f1e7c16
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion meteor/phylogeny.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ def clean_sites(
# Compute site information
info_ratio = self.compute_site_info(gene_dict.values())
# Count sites with more than the specified maximum gap ratio
print(info_ratio)
info_sites = sum(1 for ratio in info_ratio if ratio > self.max_gap)
logging.info(
"%d / %d sites with more than %d gaps were removed",
Expand Down

0 comments on commit f1e7c16

Please sign in to comment.