Skip to content

Commit

Permalink
updated poorly named function `nupack_strand_pair_constraint_by_numbe…
Browse files Browse the repository at this point in the history
…r_matching_domains` to `nupack_strand_pair_constraints_by_number_matching_domains`
  • Loading branch information
dave-doty committed Sep 27, 2022
1 parent 11ac5e2 commit 6016d84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nuad/constraints.py
Original file line number Diff line number Diff line change
Expand Up @@ -5035,7 +5035,7 @@ def evaluate(seqs: Tuple[str, ...], domain_pair: DomainPair | None) -> Result:
pairs=pairs)


def nupack_strand_pair_constraint_by_number_matching_domains(
def nupack_strand_pair_constraints_by_number_matching_domains(
thresholds: Dict[int, float],
temperature: float = nv.default_temperature,
sodium: float = nv.default_sodium,
Expand Down

0 comments on commit 6016d84

Please sign in to comment.