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
@@ -186,7 +186,7 @@ function check_equations(eqs, iv)
186
186
187
187
for eq in eqs
188
188
vars, pars =collect_vars(eq, iv)
189
-
isempty(vars) &&!isempty(pars) &&
189
+
isempty(vars) &&!isempty(pars) &&
190
190
throw(ArgumentError("Equation $eq contains only parameters, but relationships between parameters should be specified with defaults or parameter_dependencies."))
0 commit comments