We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afc6486 commit 7e75c2bCopy full SHA for 7e75c2b
pard/experimental_exchangeability.py
@@ -23,8 +23,8 @@ def experimental_exchangeability(
23
if warning:
24
logging.warning(" Friendly reminder that exchangeability is not a distance. Rather, it is the mean activity of"
25
" variants with an exchange from amino acid amino_acid_1 to amino_acid_2. Meaning, high"
26
- " exchangeability is likely to mean that the amino acids are similar, although this statement is"
27
- " debatable. \n"
+ " exchangeability is likely to mean that the amino acids are similar, although this statement"
+ " is debatable. \n"
28
"To remove this warning, call the function experimental_exchangeability with the optional"
29
" argument 'warning=False'.")
30
if symmetric:
0 commit comments