Permalink
Please sign in to comment.
Browse files
Clean documentation and TODOs (#208)
* Clean .travis.yml * Remove pytest cache * Remove TODO from examples * Remove TODO in test euclidean space * TODO in hypersphere * Modify Contributing.md * Remove TODO from connection * Remove TODO from curves * Remove unnecessary TODOs in hypersphere * Remove unnecessary TODOs in matrices * Clean TODOs in Riemannian metric * Clean TODO in SE3 * Clean TODOs in SOn * Clean TODO of visualization * Clean TODO in test sen * Clean TODO in hyperbolic space * Final TODO cleaning * Modify Contributing
- Loading branch information...
Showing
with
36 additions
and 101 deletions.
- +0 −1 .pytest_cache/v/cache/nodeids
- +0 −2 .travis.yml
- +19 −18 CONTRIBUTING.md
- +0 −1 examples/loss_and_gradient_se3.py
- +0 −1 examples/tangent_pca_so3.py
- +0 −3 geomstats/connection.py
- +0 −3 geomstats/discretized_curves_space.py
- +0 −6 geomstats/hypersphere.py
- +0 −1 geomstats/matrices_space.py
- +1 −1 geomstats/riemannian_metric.py
- +1 −6 geomstats/special_euclidean_group.py
- +3 −17 geomstats/special_orthogonal_group.py
- +0 −2 geomstats/stiefel.py
- +0 −4 geomstats/visualization.py
- +0 −1 tests/test_euclidean_space.py
- +1 −4 tests/test_hyperbolic_space.py
- +2 −8 tests/test_hypersphere.py
- +1 −1 tests/test_invariant_metric.py
- +3 −8 tests/test_special_euclidean_group.py
- +5 −13 tests/test_special_orthogonal_group.py

Oops, something went wrong.
0 comments on commit
ce31656