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 e692259 commit af5c5f0Copy full SHA for af5c5f0
test/testBlocks.jl
@@ -97,13 +97,6 @@ function reconstFactorData(dfg::AbstractDFG,
97
d.inflation)
98
end
99
100
-function convert( T::Type{DFG.FunctionNodeData{TestCCW{F}}},
101
- d::DFG.PackedFunctionNodeData{<:AbstractPackedFactor} ) where {F <: DFG.AbstractFactor}
102
- #
103
- @error("DEPRECATING $T")
104
- reconstFactorData(T, d, "")
105
-end
106
-
107
function Base.convert(::Type{DFG.PackedFunctionNodeData{P}}, d::DFG.FunctionNodeData{<:FactorOperationalMemory}) where P <: AbstractPackedFactor
108
return DFG.PackedFunctionNodeData(d.eliminated,
109
d.potentialused,
0 commit comments