Skip to content

Commit 05c98d9

Browse files
Merge pull request #347 from SciML/s/fix-substitute
remove to_mtk in substitute
2 parents 42250e1 + 5e44464 commit 05c98d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ function _substitute(expr, ks, vs)
116116
end
117117

118118
function _substitute(expr, dict::Dict)
119-
to_mtk(simplify(SymbolicUtils.substitute(expr, dict)))
119+
simplify(SymbolicUtils.substitute(expr, dict))
120120
end
121121

122122
@deprecate substitute_expr!(expr,s) substitute(expr,s)

0 commit comments

Comments
 (0)