Skip to content

Fix lazy loading of algorithm's runner

Samuel GAIST requested to merge fix_runner_handling into master

The runner associated with an algorithm should only be created once.

This patch fixes that.

Merge request reports