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.
1 parent 8f6dd67 commit ba19369Copy full SHA for ba19369
src/func_builds.jl
@@ -2,7 +2,7 @@ function build_jac_func(symjac,indvar_dict,params;params_from_function=true)
2
Jex = :()
3
for i in 1:size(symjac,1)
4
for j in 1:size(symjac,2)
5
- ex = parse(string(symjac[i,j]))
+ ex = Meta.parse(string(symjac[i,j]))
6
if typeof(ex) <: Expr
7
ode_findreplace(ex,copy(ex),indvar_dict,params,params_from_function=params_from_function)
8
else
0 commit comments