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

connect them button

parent bc0f2b82
No related branches found
No related tags found
No related merge requests found
Pipeline #12128 failed
......@@ -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