diff --git a/src/everest/api/everest_data_api.py b/src/everest/api/everest_data_api.py index 535e5262189..358d8694189 100644 --- a/src/everest/api/everest_data_api.py +++ b/src/everest/api/everest_data_api.py @@ -51,6 +51,8 @@ def output_constraint_names(self): ) def input_constraint(self, control): + # Note: This function is weird, its existence is probably not well-justified + # consider removing! initial_values = self._ever_storage.data.controls control_spec = initial_values.filter( pl.col("control_name") == control