Skip to content

Commit

Permalink
ruff format
Browse files Browse the repository at this point in the history
  • Loading branch information
paulf81 committed Nov 15, 2024
1 parent 487ea5d commit b56e0a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flasc/model_fit/opt_library.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def objective(trial):
best_params.append(study.best_params[parameter_name])

# Return results as dictionary
result_dic = {
result_dic = {
"parameter_values": best_params,
"best_cost": study.best_value,
}
Expand Down

0 comments on commit b56e0a0

Please sign in to comment.