JuliaManifolds / ManifoldsBase.jl

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

Pass kwargs in rand on power manifold #174

Closed mateuszbaran closed 8 months ago

mateuszbaran commented 8 months ago

We already do it for PowerManifoldNestedReplacing, so I've also added it to AbstractPowerManifold. I've noticed it while adapting tests for https://github.com/JuliaManifolds/Manifolds.jl/pull/689 .

codecov[bot] commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (4332265) 99.96% compared to head (783e18d) 99.96%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #174 +/- ## ======================================= Coverage 99.96% 99.96% ======================================= Files 26 26 Lines 3075 3075 ======================================= Hits 3074 3074 Misses 1 1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.