File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -405,10 +405,10 @@ function build_explicit_observed_function(sys, ts;
405405 Set (arguments (st)[1 ] for st in sts if iscall (st) && operation (st) === getindex))
406406
407407 observed_idx = Dict (x. lhs => i for (i, x) in enumerate (obs))
408- param_set = Set (parameters (sys))
408+ param_set = Set (full_parameters (sys))
409409 param_set = union (param_set,
410410 Set (arguments (p)[1 ] for p in param_set if iscall (p) && operation (p) === getindex))
411- param_set_ns = Set (unknowns (sys, p) for p in parameters (sys))
411+ param_set_ns = Set (unknowns (sys, p) for p in full_parameters (sys))
412412 param_set_ns = union (param_set_ns,
413413 Set (arguments (p)[1 ]
414414 for p in param_set_ns if iscall (p) && operation (p) === getindex))
You can’t perform that action at this time.
0 commit comments