Skip to content

Commit 647ebd3

Browse files
committed
re-trigger CI
1 parent 1484785 commit 647ebd3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/variables.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ function _varmap_to_vars(varmap::Dict, varlist; defaults = Dict(), check = false
199199
val = unwrap(fixpoint_sub(var, varmap; operator = Symbolics.Operator))
200200
values[var] = val
201201
end
202+
nothing
202203
missingvars = setdiff(varlist, collect(keys(values)))
203204
check && (isempty(missingvars) || throw(MissingVariablesError(missingvars)))
204205
return [values[unwrap(var)] for var in varlist]

0 commit comments

Comments
 (0)