We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
dehann
No branches or pull requests
Tests are currently broken with this error:
The text was updated successfully, but these errors were encountered: