Skip to content

Commit babe194

Browse files
authored
🐛 sparse.linalg: fix several LinearOperator issues (#709)
2 parents 62d93ba + a218560 commit babe194

File tree

5 files changed

+308
-64
lines changed

5 files changed

+308
-64
lines changed

.mypyignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# scipy-stubs internal helper types (typecheck-only)
22
scipy(\.\w+)?\._typing
33

4+
# https://github.com/python/mypy/issues/17251
5+
scipy\.sparse\.linalg(\._?interface|\.matfuncs)?\.LinearOperator\.__init__
6+
47
# scipy tests
58
scipy\.conftest
69
scipy\.((_|\w)+\.)+(__test__|test|tests(\..+)?)

0 commit comments

Comments
 (0)