Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 21, 2024
1 parent 4dc2a95 commit 3494360
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions optimas/generators/ax/service/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,8 @@ def tell(self, results: List[dict]) -> None:
result,
self._varying_parameters,
self._objectives,
self._analyzed_parameters
)
self._analyzed_parameters,
)
try:
trial_id = trial.ax_trial_id
ax_trial = self._ax_client.get_trial(trial_id)
Expand Down

0 comments on commit 3494360

Please sign in to comment.