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 9718d16 commit a9f0c30Copy full SHA for a9f0c30
src/parameters.jl
@@ -62,7 +62,7 @@ toparam(s::Num) = wrap(toparam(value(s)))
62
63
Maps the variable to an unknown.
64
"""
65
-tovar(s::Union{Symbolic, Arr}) = setmetadata(s, MTKVariableTypeCtx, VARIABLE)
+tovar(s::Union{Symbolic, Symbolics.Arr}) = setmetadata(s, MTKVariableTypeCtx, VARIABLE)
66
tovar(s::Num) = Num(tovar(value(s)))
67
68
0 commit comments