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.
get_substitutions
get_cmap
1 parent a88ef2e commit 89e72f8Copy full SHA for 89e72f8
src/utils.jl
@@ -826,9 +826,6 @@ function get_cmap(sys, exprs = nothing)
826
has_op(sys) && push!(buffer, get_op(sys))
827
has_constraints(sys) && append!(buffer, get_constraints(sys))
828
cs = collect_constants(buffer) #ctrls? what else?
829
- if !empty_substitutions(sys)
830
- cs = [cs; collect_constants(get_substitutions(sys).subs)]
831
- end
832
if exprs !== nothing
833
cs = [cs; collect_constants(exprs)]
834
end
0 commit comments