Skip to content

Commit 9ec090d

Browse files
committed
sympy_compat: Import Subs.
1 parent 43f243d commit 9ec090d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

symengine/sympy_compat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from .lib.symengine_wrapper import (Symbol, sympify, sympify as S,
55
SympifyError, sqrt, I, E, pi, Matrix, Derivative, exp,
66
Lambdify as lambdify, symarray, diff, zeros, eye, diag, ones, zeros,
7-
expand, FunctionSymbol as AppliedUndef)
7+
expand, Subs, FunctionSymbol as AppliedUndef)
88

99

1010
class BasicMeta(type):

0 commit comments

Comments
 (0)