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 @@ -404,10 +404,10 @@ function build_explicit_observed_function(sys, ts;
404
404
Set (arguments (st)[1 ] for st in sts if istree (st) && operation (st) === getindex))
405
405
406
406
observed_idx = Dict (x. lhs => i for (i, x) in enumerate (obs))
407
- param_set = Set (parameters (sys))
407
+ param_set = Set (full_parameters (sys))
408
408
param_set = union (param_set,
409
409
Set (arguments (p)[1 ] for p in param_set if istree (p) && operation (p) === getindex))
410
- param_set_ns = Set (unknowns (sys, p) for p in parameters (sys))
410
+ param_set_ns = Set (unknowns (sys, p) for p in full_parameters (sys))
411
411
param_set_ns = union (param_set_ns,
412
412
Set (arguments (p)[1 ]
413
413
for p in param_set_ns if istree (p) && operation (p) === getindex))
You can’t perform that action at this time.
0 commit comments