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.
1 parent c2b9690 commit c400c00Copy full SHA for c400c00
src/variables.jl
@@ -84,8 +84,6 @@ function varmap_to_vars(varmap, varlist; defaults = Dict(), check = true,
84
container_type = Array
85
end
86
87
- @show container_type
88
-
89
vals = if eltype(varmap) <: Pair # `varmap` is a dict or an array of pairs
90
varmap = todict(varmap)
91
_varmap_to_vars(varmap, varlist; defaults = defaults, check = check,
0 commit comments