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
@@ -470,7 +471,7 @@ function extract_sps_and_ps(reactions, excluded_syms; requiredec = false)
470
471
(!isempty(species) && requiredec) &&
471
472
throw(UndeclaredSymbolicError("Unrecognized reactant $(join(species, ", ")) detected in reaction expression: \"$(string(reaction.rxexpr))\". Since the flag @require_declaration is declared, all species must be explicitly declared with the @species option."))
472
473
end
473
-
union!(excluded_syms, species)
474
+
excluded_syms =union(excluded_syms, species)
474
475
475
476
# Loops through all rates and stoichiometries, extracting used symbols as parameters.
0 commit comments