JuliaManifolds / ManifoldsBase.jl

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

Ensure reasonable types for get_basis vectors #114

Closed mateuszbaran closed 2 years ago

mateuszbaran commented 2 years ago

Needed to finish https://github.com/JuliaManifolds/Manifolds.jl/pull/498 .

codecov[bot] commented 2 years ago

Codecov Report

Merging #114 (b04260f) into master (5ebaaac) will decrease coverage by 0.00%. The diff coverage is 100.00%.

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

@@            Coverage Diff             @@
##           master     #114      +/-   ##
==========================================
- Coverage   99.81%   99.81%   -0.01%     
==========================================
  Files          17       17              
  Lines        2114     2109       -5     
==========================================
- Hits         2110     2105       -5     
  Misses          4        4              
Impacted Files Coverage Δ
src/bases.jl 100.00% <100.00%> (ø)
src/ManifoldsBase.jl 97.67% <0.00%> (-1.56%) :arrow_down:
src/ValidationManifold.jl 99.48% <0.00%> (-0.52%) :arrow_down:
src/numbers.jl 100.00% <0.00%> (ø)
src/PowerManifold.jl 100.00% <0.00%> (+0.62%) :arrow_up:

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