JuliaManifolds / ManifoldsBase.jl

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

Fix power manifold options 1 and 2 from https://github.com/JuliaManif… #113

Closed mateuszbaran closed 2 years ago

mateuszbaran commented 2 years ago

Should fix options 1 and 2 from https://github.com/JuliaManifolds/Manifolds.jl/issues/497 .

codecov[bot] commented 2 years ago

Codecov Report

Merging #113 (b8d0ec6) into master (13253f3) will increase coverage by 0.04%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #113      +/-   ##
==========================================
+ Coverage   99.76%   99.81%   +0.04%     
==========================================
  Files          17       17              
  Lines        2113     2114       +1     
==========================================
+ Hits         2108     2110       +2     
+ Misses          5        4       -1     
Impacted Files Coverage Δ
src/PowerManifold.jl 99.37% <100.00%> (+0.21%) :arrow_up:

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