Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

no method matching calcProductGaussians... #303

Open
Affie opened this issue Sep 13, 2024 · 0 comments
Open

no method matching calcProductGaussians... #303

Affie opened this issue Sep 13, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@Affie
Copy link
Member

Affie commented Sep 13, 2024

Tests are currently broken with this error:

ERROR: MethodError: no method matching calcProductGaussians(::TranslationGroup{…}, ::Vector{…}, ::Nothing; dim::Int64, Λ_::Vector{…}, do_transport_correction::Bool)

Closest candidates are:
  calcProductGaussians(::AbstractManifold, ::Union{AbstractVector{P}, Tuple{Vararg{P, N}}}, ::Union{Tuple{Vararg{S, N}}, AbstractVector{S}}; dim, Λ_, weight, do_transport_correction) where {N, P, S<:(AbstractVector)}
   @ ApproxManifoldProducts ~/.julia/dev/ApproxManifoldProducts/src/CommonUtils.jl:192
  calcProductGaussians(::AbstractManifold, ::Union{Tuple{Vararg{P, N}}, AbstractVector{P}}, ::Union{Tuple{Vararg{S, N}}, AbstractVector{S}}; μ0, Λ_, weight, do_transport_correction) where {N, P<:AbstractArray, S<:(AbstractMatrix{<:Real})} got unsupported keyword argument "dim"
   @ ApproxManifoldProducts ~/.julia/dev/ApproxManifoldProducts/src/CommonUtils.jl:151
  calcProductGaussians(::AbstractManifold, ::Union{Tuple{Vararg{K, N}}, AbstractVector{K}}; μ0, weight, do_transport_correction) where {N, K<:ApproxManifoldProducts.MvNormalKernel} got unsupported keyword arguments "dim", "Λ_"
   @ ApproxManifoldProducts ~/.julia/dev/ApproxManifoldProducts/src/CommonUtils.jl:216

Stacktrace:
 [1] calcProductGaussians(M::TranslationGroup{…}, μ_::Vector{…}, Σ_::Vector{…}; dim::Int64, Λ_::Vector{…}, weight::Float64, do_transport_correction::Bool)
   @ ApproxManifoldProducts ~/.julia/dev/ApproxManifoldProducts/src/CommonUtils.jl:192
 [2] calcProductGaussians(M::TranslationGroup{…}, μ_::Vector{…}, Σ_::Vector{…})
   @ ApproxManifoldProducts ~/.julia/dev/ApproxManifoldProducts/src/CommonUtils.jl:192
 [3] top-level scope
   @ REPL[9]:1
Some type information was truncated. Use `show(err)` to see complete types.
@Affie Affie added the bug Something isn't working label Sep 13, 2024
@dehann dehann self-assigned this Oct 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants