Skip to content

Commit

Permalink
fixing the ordering in the discrete case
Browse files Browse the repository at this point in the history
  • Loading branch information
pogudingleb committed Nov 14, 2023
1 parent defa535 commit 7b1f094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/discrete.jl
Original file line number Diff line number Diff line change
Expand Up @@ -331,8 +331,8 @@ function assess_local_identifiability(
dds_aux, conversion = mtk_to_si(dds, measured_quantities)
if length(funcs_to_check) == 0
funcs_to_check = vcat(
parameters(dds),
[x for x in states(dds) if conversion[x] in dds_aux.x_vars],
parameters(dds),
)
end
funcs_to_check_ = [eval_at_nemo(x, conversion) for x in funcs_to_check]
Expand Down

0 comments on commit 7b1f094

Please sign in to comment.