Skip to content
Snippets Groups Projects
Commit 32ceedb8 authored by Hartung, Michael's avatar Hartung, Michael
Browse files

connect them button

Former-commit-id: 79f1b003
parent ea439e65
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,7 @@ def run_task(token, algorithm, parameters):
try:
if algorithm == 'dummy':
raise RuntimeError('Dummy algorithm for testing purposes.')
elif algorithm == 'multisteiner':
elif algorithm in ['multisteiner', 'connect', 'connectSelected']:
from tasks.multi_steiner import multi_steiner
multi_steiner(task_hook)
elif algorithm == 'keypathwayminer':
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment