Skip to content

Commit 7149783

Browse files
committed
rm ProductRepr
1 parent 48c5ea5 commit 7149783

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/FGOSUtils.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ function manikde!(
119119
variableType::Union{InstanceType{<:InferenceVariable}, InstanceType{<:AbstractFactor}},
120120
pts::AbstractVector{P};
121121
kw...,
122-
) where {P <: Union{<:AbstractArray, <:Number, <:ProductRepr, <:Manifolds.ArrayPartition}}
122+
) where {P <: Union{<:AbstractArray, <:Number, <:Manifolds.ArrayPartition}}
123123
#
124124
M = getManifold(variableType)
125125
infoPerCoord = ones(AMP.getNumberCoords(M, pts[1]))

0 commit comments

Comments
 (0)