From 0eef892e0cac00dc3c46181517ceab073e61b7c2 Mon Sep 17 00:00:00 2001 From: reedts Date: Mon, 13 Aug 2018 14:43:19 +0200 Subject: [PATCH] Removed unnecessary line --- pywatts/test_predict24.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/pywatts/test_predict24.py b/pywatts/test_predict24.py index 05e2847..c931f3a 100644 --- a/pywatts/test_predict24.py +++ b/pywatts/test_predict24.py @@ -25,5 +25,3 @@ print(pred_result) pp.plot(pred_result, 'black') pp.plot(prediction, 'red') pp.show() - -#pywatts.main.eval_prediction(prediction, pred_result)