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
@@ -131,8 +131,8 @@ function Base.show(io::IO, ::MIME"text/plain", ap::AnalysisPoint)
131
131
end
132
132
end
133
133
134
-
_isinput(x) = x isaODESystem&&endswith(string(nameof(x)), "input")
135
-
_isoutput(x) = x isaODESystem&&endswith(string(nameof(x)), "output")
134
+
_isinput(x) = x isaSystem&&endswith(string(nameof(x)), "input")
135
+
_isoutput(x) = x isaSystem&&endswith(string(nameof(x)), "output")
136
136
functionap_warning(n)
137
137
@warn"The $(n ==1?"first":"third") argument to a connection with an analysis point was a $(n ==1?"RealInput":"RealOutput"). This is supported in order to handle inverse models, but may not be what you intended. If you are building a forward model (causal), you may want to swap the first and the third arguments to connect. Learn more about the causality of analysis points in the docstring for AnalysisPoint. Silence this message by connect(out, :name, in; verbose = false)"
0 commit comments