We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
# type: ignore
1 parent 0838b05 commit 339bc27Copy full SHA for 339bc27
‎scipy-stubs/sparse/linalg/_interface.pyi‎
@@ -65,7 +65,7 @@ class LinearOperator(Generic[_SCT_co]):
65
66
# keep in sync with `_CustomLinearOperator.__init__`
67
@overload # no dtype
68
- def __new__( # type: ignore[overload-overlap]
+ def __new__(
69
cls,
70
shape: _ToShape,
71
matvec: _FunMatVec,
0 commit comments