Skip to content
Snippets Groups Projects

Refactoring: Moves execution to a separate module.

Merged Adham Hashibon requested to merge extract-execution-module into master
5 files
+ 5
5
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -16,7 +16,7 @@ from force_bdss.tests.probe_classes.factory_registry_plugin import \
ProbeFactoryRegistryPlugin
from force_bdss.tests.probe_classes.mco import ProbeMCOFactory
from force_bdss.execution import execute_workflow, execute_layer, \
from force_bdss.core.execution import execute_workflow, execute_layer, \
_bind_data_values
Loading