Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
hersle authored and ChrisRackauckas committed Jul 27, 2024
1 parent 544896d commit 0453e72
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 @@ -204,7 +204,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 0453e72

Please sign in to comment.