We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cc56661 + 890d6ba commit 2bdf754Copy full SHA for 2bdf754
1 file changed
src/global_identifiability.jl
@@ -43,6 +43,7 @@ are identifiable functions containing or not the state variables
43
for eq in values(io_equations)
44
eq_coefs = collect(values(extract_coefficients(eq, nonparameters)))
45
eq_coefs = [parent_ring_change(c, bring) for c in eq_coefs]
46
+ sort!(eq_coefs, by = (p -> (total_degree(p), length(p))))
47
push!(coeff_lists[:no_states], eq_coefs)
48
end
49
0 commit comments