Skip to content

Commit

Permalink
Fix typo in complex_probability()
Browse files Browse the repository at this point in the history
ecs = pairs.add_mixture_proability -> ecs = pairs.add_mixture_probability(
  • Loading branch information
kpgbrock authored Sep 30, 2021
1 parent f3b733a commit 594b45a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evcouplings/couplings/protocol.py
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ def complex_probability(ecs, scoring_model, use_all_ecs=False,
containing confidence measure
"""
if use_all_ecs:
ecs = pairs.add_mixture_proability(
ecs = pairs.add_mixture_probability(
ecs, model=scoring_model
)
else:
Expand Down

0 comments on commit 594b45a

Please sign in to comment.