Skip to content

Commit

Permalink
Blacken.
Browse files Browse the repository at this point in the history
  • Loading branch information
lohedges committed Oct 30, 2024
1 parent a1c425f commit 7ee642c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/somd2/runner/_repex.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,9 @@ def __init__(self, system, config):
"""

if config.restart:
raise ValueError("'restart' is not currently supported for replica exchange.")
raise ValueError(
"'restart' is not currently supported for replica exchange."
)

if config.lambda_energy is not None:
raise ValueError(
Expand Down

0 comments on commit 7ee642c

Please sign in to comment.