chore(code): Move validity strength bins to validity
This commit is contained in:
parent
c1eccee426
commit
d5926b2e88
1 changed files with 6 additions and 0 deletions
|
@ -26,6 +26,12 @@ METHOD_RANKINGS = {
|
|||
5.0: ["RCT", "randomi(?:s|z)ed.control.trial"],
|
||||
}
|
||||
|
||||
VALIDITY_STRENGTH_BINS = {
|
||||
0.0: r"\-",
|
||||
5.0: r"\+",
|
||||
10.0: r"\++",
|
||||
}
|
||||
|
||||
|
||||
def calculate(
|
||||
df: DataFrame,
|
||||
|
|
Loading…
Reference in a new issue