Skip to content

Commit

Permalink
🎨 [pre-commit.ci] Auto format from pre-commit.com hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Feb 13, 2023
1 parent f996541 commit 89fea30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protex/residue.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ def _set_CustomTorsionForce_parameters(self, parms) -> None: # noqa: N802
k, psi0 = parms.popleft() # tuple with (k,psi0)
force.setTorsionParameters(
torsion_idx, idx1, idx2, idx3, idx4, (k, psi0)
)
)
else:
for torsion_idx in range(force.getNumTorsions()):
f = force.getTorsionParameters(torsion_idx)
Expand Down

0 comments on commit 89fea30

Please sign in to comment.