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/diffeqs/odesystem.jl
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -333,7 +333,7 @@ function build_explicit_observed_function(sys, ts;
333
333
eqs_dict = eqs_cache[]
334
334
rhs =get(eqs_dict, v, nothing)
335
335
if rhs ===nothing
336
-
error("Observed variables depends on differentiated variable $v, but it's not explicit solved. Fix file an issue if you are sure that the system is valid.")
336
+
error("The observed variable $(eq.lhs)depends on the differentiated variable $v, but it's not explicit solved. Fix file an issue if you are sure that the system is valid.")
0 commit comments