Skip to content

Commit

Permalink
review: Add comment about weird function in everest api
Browse files Browse the repository at this point in the history
  • Loading branch information
yngve-sk committed Jan 14, 2025
1 parent b784231 commit af4a12a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/everest/api/everest_data_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit af4a12a

Please sign in to comment.