We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
occursin
1 parent 7e26935 commit 954af3eCopy full SHA for 954af3e
src/utils.jl
@@ -148,7 +148,7 @@ function check_variables(dvs, iv)
148
for dv in dvs
149
isequal(iv, dv) &&
150
throw(ArgumentError("Independent variable $iv not allowed in dependent variables."))
151
- (is_delay_var(iv, dv) || SU.query!(isequal(iv), dv)) ||
+ (is_delay_var(iv, dv) || SU.query(isequal(iv), dv)) ||
152
throw(ArgumentError("Variable $dv is not a function of independent variable $iv."))
153
end
154
0 commit comments