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;
405
405
Set (arguments (st)[1 ] for st in sts if istree (st) && operation (st) === getindex))
406
406
407
407
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))
409
409
param_set = union (param_set,
410
410
Set (arguments (p)[1 ] for p in param_set if istree (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))
412
412
param_set_ns = union (param_set_ns,
413
413
Set (arguments (p)[1 ]
414
414
for p in param_set_ns if istree (p) && operation (p) === getindex))
You can’t perform that action at this time.
0 commit comments