Fix lazy loading of algorithm's runner
Compare changes
+ 13
− 3
@@ -92,7 +92,7 @@ class Executor(object):
@@ -134,10 +134,21 @@ class Executor(object):
@@ -146,7 +157,6 @@ class Executor(object):
The runner associated with an algorithm should only be created once.
This patch fixes that.