Skip to content

Commit 6c5c4ec

Browse files
committed
Add Packed Factor Variable and VND Compare
1 parent 88aaeeb commit 6c5c4ec

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "DistributedFactorGraphs"
22
uuid = "b5cc3c7e-6572-11e9-2517-99fb8daf2f04"
3-
version = "0.21.0"
3+
version = "0.21.1"
44

55
[deps]
66
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"

src/services/CompareUtils.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ implement compare if needed.
1818

1919

2020
# Generate compares automatically for all in this union
21-
const GeneratedCompareUnion = Union{MeanMaxPPE, VariableNodeData,
22-
DFGVariable, DFGVariableSummary, SkeletonDFGVariable,
21+
const GeneratedCompareUnion = Union{MeanMaxPPE, VariableNodeData, PackedVariableNodeData,
22+
DFGVariable, Variable, DFGVariableSummary, SkeletonDFGVariable,
2323
GenericFunctionNodeData,
24-
DFGFactor, DFGFactorSummary, SkeletonDFGFactor}
24+
DFGFactor, PackedFactor, DFGFactorSummary, SkeletonDFGFactor}
2525

2626
@generated function ==(x::T, y::T) where T <: GeneratedCompareUnion
2727
ignored = []

0 commit comments

Comments
 (0)