JuliaManifolds / ManifoldsBase.jl

Basic interface for manifolds in Julia
https://juliamanifolds.github.io/ManifoldsBase.jl/
MIT License
87 stars 8 forks source link

Make get_vectors a trait function #112

Closed mateuszbaran closed 2 years ago

mateuszbaran commented 2 years ago

This is needed to fix basis support for group-decorated manifolds.

codecov[bot] commented 2 years ago

Codecov Report

Merging #112 (8b55512) into master (bd55280) will decrease coverage by 0.04%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #112      +/-   ##
==========================================
- Coverage   99.81%   99.76%   -0.05%     
==========================================
  Files          17       17              
  Lines        2112     2113       +1     
==========================================
  Hits         2108     2108              
- Misses          4        5       +1     
Impacted Files Coverage Δ
src/decorator_trait.jl 100.00% <ø> (ø)
src/PowerManifold.jl 99.16% <0.00%> (-0.21%) :arrow_down:

:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more