Skip to content

Commit 0c34b78

Browse files
committed
minor: fix flake8
1 parent 4c662d6 commit 0c34b78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pylops_mpi/basicoperators/MatrixMult.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ def _matvec(self, x: DistributedArray) -> DistributedArray:
189189
return y
190190

191191
@staticmethod
192-
def active_grid_comm(base_comm:MPI.Comm, N:int, M:int):
192+
def active_grid_comm(base_comm: MPI.Comm, N: int, M: int):
193193
r"""Configure active grid
194194
195195
Configure a square process grid from a parent MPI communicator and

0 commit comments

Comments
 (0)