Skip to content

Commit b2201f3

Browse files
committed
Fixed typo in div method definition of LinearOperator
1 parent ab1b66d commit b2201f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pylops_distributed/LinearOperator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ def _adjoint(self):
209209
self.todask[0]),
210210
dtype=self.dtype)
211211

212-
def div1(self, y, niter=100):
212+
def div(self, y, niter=100):
213213
r"""Solve the linear problem :math:`\mathbf{y}=\mathbf{A}\mathbf{x}`.
214214
215215
Overloading of operator ``/`` to improve expressivity of

0 commit comments

Comments
 (0)