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.
build_explicit_observed_function
1 parent 8dab44c commit 567fc08Copy full SHA for 567fc08
src/utils.jl
@@ -1274,7 +1274,7 @@ end
1274
Check if `var` is present in `varlist`. `iv` is the independent variable of the system,
1275
and should be `nothing` if not applicable.
1276
"""
1277
-function var_in_varlist(var, varlist::Set, iv)
+function var_in_varlist(var, varlist::AbstractSet, iv)
1278
var = unwrap(var)
1279
# simple case
1280
return var in varlist ||
0 commit comments