diff --git a/execution/run_uc.py b/execution/run_uc.py index 7c26989a289eda3173518af6f264927bbadd5d7b..7c294007b155b3fe40c2fd4082a1e8e7ba31856b 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