Skip to content

Commit

Permalink
fix:minor
Browse files Browse the repository at this point in the history
  • Loading branch information
YaoYinYing committed Oct 30, 2024
1 parent d7271be commit 0ea3b1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RosettaPy/node/dockerized.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ def recompose(self, cmd: List[str]) -> List[str]:
# Recompose and return the new command list including MPI parameters
return ["mpirun", "--use-hwthread-cpus", "-np", str(self.nproc), "--allow-run-as-root"] + cmd

def run_single_task(self, task: RosettaCmdTask, **kwargs) -> RosettaCmdTask:
def run_single_task(self, task: RosettaCmdTask) -> RosettaCmdTask:
"""
Runs a task within a Docker container.
Expand Down

0 comments on commit 0ea3b1b

Please sign in to comment.