You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -256,7 +260,7 @@ function DiffEqBase.DiscreteProblem(acs::ReactionNetwork, u0=Dict(), p=DiffEqBas
256
260
prob
257
261
end
258
262
259
-
fetch_params(acs::ReactionNetwork) =Dict{Symbol, Any}((acs[i, :prmName] => acs[i, :prmVal] for i in Iterators.filter(i ->isassigned(acs.subparts[:prmVal], i), 1:nparts(acs, :P))))
263
+
fetch_params(acs::ReactionNetwork) =Dict{Symbol, Any}((acs[i, :prmName] => acs[i, :prmVal] for i in Iterators.filter(i ->isassigned(subpart(acs, :prmVal), i), 1:nparts(acs, :P))))
0 commit comments