JuliaManifolds / Manifolds.jl

Manifolds.jl provides a library of manifolds aiming for an easy-to-use and fast implementation.
https://juliamanifolds.github.io/Manifolds.jl
MIT License
367 stars 52 forks source link

Fix some typos in working-in-charts example. #710

Closed vtjeng closed 5 months ago

kellertuer commented 5 months ago

Thanks! The CI error is surely not your fault, that seems to be some package we use that did a breaking change without marking it correctly (or us using functions they consider internal).

mateuszbaran commented 5 months ago

Thanks for fixes!

The cause of failure is once again BoundaryValueDiffEq.jl, again.

mateuszbaran commented 5 months ago

Reported here: https://github.com/SciML/BoundaryValueDiffEq.jl/issues/171

mateuszbaran commented 5 months ago

CI will be fixed in #711 by upper-bounding dependencies.