Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl committed Jan 15, 2024
1 parent e5d443d commit a0d73e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pypesto/optimize/ess/ess.py
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,7 @@ def _create_result(self) -> pypesto.Result:
for i, optimizer_result in enumerate(self.local_solutions):
i_result += 1
optimizer_result.id = f"Local solution {i}"
optimizer_result.optimizer = str(self.local_optimizer)
result.optimize_result.append(optimizer_result)

if self._result_includes_refset:
Expand Down

0 comments on commit a0d73e0

Please sign in to comment.