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.
all_symbols
1 parent 322b5db commit 07f8206Copy full SHA for 07f8206
src/systems/abstractsystem.jl
@@ -824,7 +824,7 @@ end
824
825
function SymbolicIndexingInterface.all_symbols(sys::AbstractSystem)
826
syms = all_variable_symbols(sys)
827
- for other in (parameter_symbols(sys), independent_variable_symbols(sys))
+ for other in (full_parameters(sys), independent_variable_symbols(sys))
828
isempty(other) || (syms = vcat(syms, other))
829
end
830
return syms
0 commit comments