From b8c33b25b4524c27d478953c04838acecdc0010f Mon Sep 17 00:00:00 2001 From: Pradyumna Kaushik Date: Tue, 29 Nov 2016 15:22:01 -0500 Subject: [PATCH] Added TODO to fix the -p option. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 636c6d2..a46ec9f 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ To Do: * Add ability to use constraints * Running average calculations https://en.wikipedia.org/wiki/Moving_average#Exponential_moving_average * Make parameters corresponding to each scheduler configurable (possible to have a config template for each scheduler?) + * Fix the -p option.