Skip to content

Commit

Permalink
Awesome. Remove typo.
Browse files Browse the repository at this point in the history
Remove typo. We are done here.
  • Loading branch information
ioannis-vm committed Aug 18, 2024
1 parent a8396ad commit 85ed952
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions modules/performUQ/common/parallel_runner_mpi4py.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
from mpi4py import MPI # noqa: INP001, D100
from mpi4py.futures import MPIPoolExecutor

# aceleration should be acceleration

class ParallelRunnerMPI4PY: # noqa: D101
def __init__(self, run_type: str = 'runningRemote') -> None:
self.run_type = run_type
Expand Down

0 comments on commit 85ed952

Please sign in to comment.