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
+6-6Lines changed: 6 additions & 6 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 ⋮") # too many variables to print
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
1916
1916
1917
1917
# Print equations
1918
1918
eqs =equations(sys)
@@ -1923,10 +1923,10 @@ function Base.show(io::IO, mime::MIME"text/plain", sys::AbstractSystem; bold = t
0 commit comments