JuliaManifolds / ManifoldsBase.jl

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

convert with optional manifold #155

Closed mateuszbaran closed 1 year ago

mateuszbaran commented 1 year ago

Allows to optionally specify manifold when converting points and tangent vectors. See https://github.com/JuliaManifolds/Manifolds.jl/pull/561 for discussion.

codecov[bot] commented 1 year ago

Codecov Report

Merging #155 (4e49c00) into master (2f5b4c3) will decrease coverage by 0.08%. The diff coverage is 100.00%.

:exclamation: Current head 4e49c00 differs from pull request most recent head b770313. Consider uploading reports for the commit b770313 to get more accurate results

@@            Coverage Diff             @@
##           master     #155      +/-   ##
==========================================
- Coverage   99.92%   99.84%   -0.08%     
==========================================
  Files          19       19              
  Lines        2536     2537       +1     
==========================================
- Hits         2534     2533       -1     
- Misses          2        4       +2     
Impacted Files Coverage Δ
src/ManifoldsBase.jl 98.38% <100.00%> (-1.22%) :arrow_down:

... and 1 file with indirect coverage changes

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