Skip to content

Commit 620a54f

Browse files
authored
Update amber_minimize.py
small fix to spacing
1 parent a5433c3 commit 620a54f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openfold/np/relax/amber_minimize.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ def _run_one_iteration(
440440
exclude_residues = exclude_residues or []
441441

442442
# Assign physical dimensions.
443-
tolerance = tolerance * FORCE
443+
tolerance = tolerance * FORCE
444444
stiffness = stiffness * ENERGY / (LENGTH ** 2)
445445

446446
start = time.perf_counter()

0 commit comments

Comments
 (0)