diff --git a/force_bdss/execution.py b/force_bdss/execution.py index 3ac49d75f32915b44905e773edb691917fc0b4e3..0fd03b168da346a20ecae562d6733381d8c178c9 100644 --- a/force_bdss/execution.py +++ b/force_bdss/execution.py @@ -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.