Skip to content

Commit

Permalink
minor: linted StackedLinearOperator
Browse files Browse the repository at this point in the history
  • Loading branch information
mrava87 committed Mar 8, 2024
1 parent cc98e9c commit dbed0ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pylops_mpi/StackedLinearOperator.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class MPIStackedLinearOperator(ABC):
"""

def __init__(self, shape: Optional[ShapeLike] = None,
dtype: Optional[DTypeLike] = None,
dtype: Optional[DTypeLike] = None,
base_comm: MPI.Comm = MPI.COMM_WORLD):
if shape:
self.shape = shape
Expand Down

0 comments on commit dbed0ae

Please sign in to comment.