Skip to content

Commit

Permalink
remove duplicated todo statement
Browse files Browse the repository at this point in the history
  • Loading branch information
ashuaibi7 committed Dec 21, 2024
1 parent 78266fe commit f9cd0d4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/dialect/models/gene.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ def compute_log_likelihood(self, pi):
**Raises**:
:raises ValueError: If `bmr_pmf`, `counts`, or `pi` is not properly defined.
"""
# TODO: add verbose option for logging
# logging.info(
# f"Computing log likelihood for gene {self.name}. Pi: {pi:.3e}. "
# f"BMR PMF: {{ {', '.join(f'{k}: {v:.3e}' for k, v in itertools.islice(self.bmr_pmf.items(), 3))} }}"
Expand Down

0 comments on commit f9cd0d4

Please sign in to comment.