You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/systems/abstractsystem.jl
+14-4Lines changed: 14 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1912,7 +1912,7 @@ function Base.show(io::IO, mime::MIME"text/plain", sys::AbstractSystem; bold = t
1912
1912
end
1913
1913
end
1914
1914
limited = nrows < nsubs
1915
-
limited &&print(io, "\n ⋮\n see ModelingToolkit.get_systems(sys) for all") # too many variables to print # TODO: should export e.g. systems(sys) for consistency
1915
+
limited &&print(io, "\n ⋮\n see hierarchy(sys) for all") # too many variables to print # TODO: should export e.g. systems(sys) for consistency
1916
1916
1917
1917
# Print equations
1918
1918
eqs =equations(sys)
@@ -2901,12 +2901,22 @@ function Base.showerror(io::IO, e::HybridSystemNotSupportedException)
0 commit comments