Lines generally shouldn't go over 79. For the case of triple-quoted docstrings, it's easy to just split these over multiple lines.
|
"""Given the values in the three by three contingency table and the values of the number of positive/negative/non-significant predictions (q+, q-, q0) this function calculates the D-value (or weight). |
Lines generally shouldn't go over 79. For the case of triple-quoted docstrings, it's easy to just split these over multiple lines.
MEN2017/weights.py
Line 60 in 1f77631