Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 14, 2023
1 parent a9b74c4 commit 7feb2b5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion projects/flow.gmx-lysozyme-in-water/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,9 @@ def grompp_md(job):

@MyProject.pre.after(grompp_md)
@MyProject.post(finished)
@MyProject.operation(cmd=True, directives={"nranks": 4, "omp_num_threads": 4}, with_job=True)
@MyProject.operation(
cmd=True, directives={"nranks": 4, "omp_num_threads": 4}, with_job=True
)
def md(job):
return _mdrun_str("md").format(job)

Expand Down

0 comments on commit 7feb2b5

Please sign in to comment.