Skip to content

Commit

Permalink
store eval ids?
Browse files Browse the repository at this point in the history
  • Loading branch information
yngve-sk committed Dec 20, 2024
1 parent 2195438 commit f51b30e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/everest/everest_storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -462,11 +462,7 @@ def _store_function_results(self, results: FunctionResults) -> _EvaluationResult
realization_objectives = polars.from_pandas(
results.to_dataframe(
"evaluations",
select=[
"variables",
"objectives",
"constraints",
],
select=["variables", "objectives", "constraints", "evaluation_ids"],
).reset_index(),
).drop("plan_id")
batch_objectives = polars.from_pandas(
Expand Down

0 comments on commit f51b30e

Please sign in to comment.