Skip to content

Commit 8951535

Browse files
committed
Remove comparing InferenceVariable fields
1 parent c33caea commit 8951535

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/CompareUtils.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ For now abstract `InferenceVariable`s are considered equal if they are the same
1010
If your implentation has aditional properties such as `DynPose2` with `ut::Int64` (microsecond time) or support different manifolds
1111
implement compare if needed.
1212
=#
13-
==(a::InferenceVariable,b::InferenceVariable) = typeof(a) == typeof(b) && a.dims == b.dims && a.manifolds == b.manifolds
13+
# ==(a::InferenceVariable,b::InferenceVariable) = typeof(a) == typeof(b) && a.dims == b.dims && a.manifolds == b.manifolds
1414

1515
==(a::FactorOperationalMemory, b::FactorOperationalMemory) = typeof(a) == typeof(b)
1616

0 commit comments

Comments
 (0)