Skip to content
Snippets Groups Projects

Refactoring: Moves execution to a separate module.

Merged Adham Hashibon requested to merge extract-execution-module into master
1 file
+ 3
3
Compare changes
  • Side-by-side
  • Inline
+ 3
3
@@ -37,12 +37,12 @@ def execute_layer(layer, environment_data_values):
Parameters
----------
environment_data_values: list
A list of data values to submit to the evaluators.
layer: ExecutionLayer
A list of the models for all the data sources
environment_data_values: list
A list of data values to submit to the evaluators.
NOTE: The above parameter is going to go away as soon as we move
to unlimited layers and remove the distinction between data sources
and KPI calculators.
Loading