Skip to content

Commit

Permalink
Auto-commit black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user authored and github-actions[bot] committed Dec 12, 2024
1 parent 5e9ac77 commit d12e239
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lute/tasks/geom_opt.py
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,9 @@ def bayes_opt_center(
score = len(sg.geometry_refinement.data)
residual = 0
if score != 0:
residual = sg.geometry_refinement.refine3(fix=["rot1", "rot2", "rot3", "wavelength"])
residual = sg.geometry_refinement.refine3(
fix=["rot1", "rot2", "rot3", "wavelength"]
)
params = sg.geometry_refinement.param
result = {
"bo_history": bo_history,
Expand Down

0 comments on commit d12e239

Please sign in to comment.