Skip to content

Commit

Permalink
black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen committed Aug 11, 2023
1 parent c86e422 commit edede69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pympipool/flux/fluxbroker.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ class PyFluxExecutor(ExecutorBase):
sleep_interval (float): synchronization interval - default 0.1
executor (flux.job.FluxExecutor): Flux Python interface to submit the workers to flux
"""

def __init__(
self,
max_workers,
Expand Down
1 change: 1 addition & 0 deletions pympipool/mpi/mpibroker.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ class PyMPIExecutor(ExecutorBase):
sleep_interval (float): synchronization interval - default 0.1
enable_slurm_backend (bool): enable the SLURM queueing system as backend - defaults to False
"""

def __init__(
self,
max_workers,
Expand Down

0 comments on commit edede69

Please sign in to comment.