JuliaManifolds / ManifoldsBase.jl

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

Fix zero argument result allocation for nested power manifold #95

Closed mateuszbaran closed 2 years ago

mateuszbaran commented 2 years ago

A small fix needed for https://github.com/JuliaManifolds/Manifolds.jl/pull/467 .

codecov[bot] commented 2 years ago

Codecov Report

Merging #95 (4446283) into master (ded0ea4) will increase coverage by 0.06%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master      #95      +/-   ##
==========================================
+ Coverage   99.80%   99.87%   +0.06%     
==========================================
  Files          15       15              
  Lines        1561     1564       +3     
==========================================
+ Hits         1558     1562       +4     
+ Misses          3        2       -1     
Impacted Files Coverage Δ
src/bases.jl 100.00% <ø> (ø)
src/PowerManifold.jl 100.00% <100.00%> (+0.27%) :arrow_up:
src/numbers.jl 100.00% <100.00%> (ø)

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