Skip to content

Commit ee94110

Browse files
committed
add Base import back
1 parent 56b5d52 commit ee94110

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pymatsolver/iterative.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
from scipy.sparse.linalg import bicgstab, cg, aslinearoperator
55
from packaging.version import Version
66
from .wrappers import WrapIterative
7+
from .solvers import Base
78

89
# The tol kwarg was removed from bicgstab in scipy 1.14.0.
910
# See https://docs.scipy.org/doc/scipy-1.12.0/reference/generated/scipy.sparse.linalg.bicgstab.html

0 commit comments

Comments
 (0)