Cleaned up confusing comment in testcase

This commit is contained in:
Victor Ng 2018-01-01 22:24:46 -05:00
Родитель ec1e8ff807
Коммит 086a6aebd6
1 изменённых файлов: 0 добавлений и 3 удалений

Просмотреть файл

@ -15,9 +15,6 @@ def generate_fake_lr_curves(num_elements, ceiling=10.0):
"""
Generate a mock likelihood ratio (LR) curve that can be used for
testing.
Note that this curve: TODO: provide description of high density
and low density portions of the curve.
"""
lr_index = list(np.linspace(0, ceiling, num_elements))