From 5e1aa8215c7df2bdf79c85778053b17cd7d6859d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Bj=C3=B6rn=20Vonheiden?= <bjoern.vonheiden@hotmail.de>
Date: Fri, 25 Sep 2020 13:17:42 +0200
Subject: [PATCH] remove unintentional added prometheus url

---
 execution/run_uc.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/execution/run_uc.py b/execution/run_uc.py
index 7c26989a2..7c294007b 100644
--- a/execution/run_uc.py
+++ b/execution/run_uc.py
@@ -254,7 +254,7 @@ def run_evaluation(exp_id, uc_id, dim_value, instances, execution_minutes):
     :param int execution_minutes: How long the use case where executed.
     """
     print('Run evaluation function')
-    lag_analysis.main(exp_id, f'uc{uc_id}', dim_value, instances, execution_minutes, 'http://localhost:9090')
+    lag_analysis.main(exp_id, f'uc{uc_id}', dim_value, instances, execution_minutes)
     return
 
 
-- 
GitLab