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/utils.jl
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -204,7 +204,7 @@ function check_equations(eqs, iv)
204
204
205
205
for eq in eqs
206
206
vars, pars =collect_vars(eq, iv)
207
-
isempty(vars) &&!isempty(pars) &&
207
+
isempty(vars) &&!isempty(pars) &&
208
208
throw(ArgumentError("Equation $eq contains only parameters, but relationships between parameters should be specified with defaults or parameter_dependencies."))
0 commit comments