JuliaManifolds / ManifoldsBase.jl

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

Add Weingarten to decorated functions. #165

Closed kellertuer closed 11 months ago

kellertuer commented 11 months ago

This creates a decorator for Weingarten, so it can be set up to handle default metric in Manifolds.jl

codecov[bot] commented 11 months ago

Codecov Report

Merging #165 (fa98c98) into master (3592d2f) will decrease coverage by 0.12%. The diff coverage is n/a.

:exclamation: Current head fa98c98 differs from pull request most recent head 8a84ff3. Consider uploading reports for the commit 8a84ff3 to get more accurate results

@@            Coverage Diff             @@
##           master     #165      +/-   ##
==========================================
- Coverage   99.96%   99.84%   -0.12%     
==========================================
  Files          20       20              
  Lines        2558     2558              
==========================================
- Hits         2557     2554       -3     
- Misses          1        4       +3     
Files Changed Coverage Δ
src/decorator_trait.jl 100.00% <ø> (ø)

... and 1 file with indirect coverage changes

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

kellertuer commented 11 months ago

The three lines seem unrelated to this PR.