Skip to content

Commit 567fc08

Browse files
fixup! fix: improve validation of variables in build_explicit_observed_function
1 parent 8dab44c commit 567fc08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1274,7 +1274,7 @@ end
12741274
Check if `var` is present in `varlist`. `iv` is the independent variable of the system,
12751275
and should be `nothing` if not applicable.
12761276
"""
1277-
function var_in_varlist(var, varlist::Set, iv)
1277+
function var_in_varlist(var, varlist::AbstractSet, iv)
12781278
var = unwrap(var)
12791279
# simple case
12801280
return var in varlist ||

0 commit comments

Comments
 (0)