From 086a6aebd635a100f6fe03e13cd56975f4ac7406 Mon Sep 17 00:00:00 2001 From: Victor Ng Date: Mon, 1 Jan 2018 22:24:46 -0500 Subject: [PATCH] Cleaned up confusing comment in testcase --- tests/test_similarityrecommender.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/test_similarityrecommender.py b/tests/test_similarityrecommender.py index 99b8ae3..7f72df8 100644 --- a/tests/test_similarityrecommender.py +++ b/tests/test_similarityrecommender.py @@ -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))