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.
2 parents ca9e659 + b95990b commit e73933dCopy full SHA for e73933d
src/services/DFGVariable.jl
@@ -38,7 +38,8 @@ function getSofttype(vnd::VariableNodeData)
38
end
39
40
# TODO: Confirm that we can switch this out, instead of retrieving the complete variable.
41
-getSofttype(v::DFGVariable{T}) where T <: InferenceVariable = T()
+# getSofttype(v::DFGVariable{T}) where T <: InferenceVariable = T()
42
+getSofttype(v::DFGVariable) = getSofttype(getSolverData(v))
43
44
# Optimized in CGDFG
45
getSofttype(dfg::AbstractDFG, lbl::Symbol) = getSofttype(getVariable(dfg,lbl))
0 commit comments