Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
hersle committed Jul 16, 2024
1 parent 8764c98 commit f2ab2d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ function check_equations(eqs, iv)

for eq in eqs
vars, pars = collect_vars(eq, iv)
isempty(vars) && !isempty(pars) &&
isempty(vars) && !isempty(pars) &&
throw(ArgumentError("Equation $eq contains only parameters, but relationships between parameters should be specified with defaults or parameter_dependencies."))
end
end
Expand Down

0 comments on commit f2ab2d0

Please sign in to comment.