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.
hasname
propertynames
1 parent af8ec12 commit 72751a6Copy full SHA for 72751a6
src/systems/abstractsystem.jl
@@ -956,6 +956,7 @@ function Base.propertynames(sys::AbstractSystem; private = false)
956
push!(names, getname(s))
957
end
958
has_ps(sys) && for s in get_ps(sys)
959
+ hasname(s) || continue
960
961
962
has_observed(sys) && for s in get_observed(sys)
0 commit comments