Skip to content

Commit

Permalink
fix(mi): logging error
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlougheed committed Dec 20, 2024
1 parent 6266152 commit be4a61a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions strkit/mi/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,8 @@ def calculate(self, included_contigs: set) -> MIResult | None:
logger_args = [contig_result.contig, n_total, res / n_total * 100, res_pm1 / n_total * 100]

extras = (
(res_95_ci, "95% CI"),
(res_99_ci, "99% CI"),
(res_95_ci, "95%% CI"),
(res_99_ci, "99%% CI"),
(res_seq, "seq"),
(res_sl, "s.l."),
(res_sl_pm1, "s.l.±1"),
Expand Down

0 comments on commit be4a61a

Please sign in to comment.