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 c33caea commit 8951535Copy full SHA for 8951535
src/services/CompareUtils.jl
@@ -10,7 +10,7 @@ For now abstract `InferenceVariable`s are considered equal if they are the same
10
If your implentation has aditional properties such as `DynPose2` with `ut::Int64` (microsecond time) or support different manifolds
11
implement compare if needed.
12
=#
13
-==(a::InferenceVariable,b::InferenceVariable) = typeof(a) == typeof(b) && a.dims == b.dims && a.manifolds == b.manifolds
+# ==(a::InferenceVariable,b::InferenceVariable) = typeof(a) == typeof(b) && a.dims == b.dims && a.manifolds == b.manifolds
14
15
==(a::FactorOperationalMemory, b::FactorOperationalMemory) = typeof(a) == typeof(b)
16
0 commit comments