JuliaManifolds / ManifoldsBase.jl

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

Make showing cached bases more robust #161

Closed mateuszbaran closed 1 year ago

mateuszbaran commented 1 year ago

A tiny improvement. I've discovered this issue when working with new basis types. Having an error in printing is somewhat irritating so I think having a less informative text is still better.

codecov[bot] commented 1 year ago

Codecov Report

Merging #161 (06516c4) into master (de79731) will decrease coverage by 0.12%. The diff coverage is 100.00%.

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

@@            Coverage Diff             @@
##           master     #161      +/-   ##
==========================================
- Coverage   99.96%   99.84%   -0.12%     
==========================================
  Files          19       19              
  Lines        2537     2539       +2     
==========================================
- Hits         2536     2535       -1     
- Misses          1        4       +3     
Impacted Files Coverage Δ
src/bases.jl 100.00% <100.00%> (ø)

... and 1 file with indirect coverage changes

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