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

connect them button

parent f98237f3
No related branches found
No related tags found
No related merge requests found
...@@ -45,7 +45,7 @@ def run_task(token, algorithm, parameters): ...@@ -45,7 +45,7 @@ def run_task(token, algorithm, parameters):
try: try:
if algorithm == 'dummy': if algorithm == 'dummy':
raise RuntimeError('Dummy algorithm for testing purposes.') raise RuntimeError('Dummy algorithm for testing purposes.')
elif algorithm == 'multisteiner': elif algorithm in ['multisteiner', 'connect', 'connectSelected']:
from tasks.multi_steiner import multi_steiner from tasks.multi_steiner import multi_steiner
multi_steiner(task_hook) multi_steiner(task_hook)
elif algorithm == 'keypathwayminer': 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