-
Notifications
You must be signed in to change notification settings - Fork 263
Merge #1767, #1885, #1890, and #1894 together #1895
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…rTriangularMatrices
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
da0920b
to
b98d333
Compare
Codecov Report
@@ Coverage Diff @@
## master #1895 +/- ##
==========================================
+ Coverage 88.57% 90.98% +2.42%
==========================================
Files 141 221 +80
Lines 13744 19431 +5687
==========================================
+ Hits 12172 17678 +5506
- Misses 1572 1753 +181
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 46 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
d596284
to
9c8e907
Compare
a46b244
to
2aba46a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Impressive! Thank you so much.
2aba46a
to
ab8c591
Compare
…s, and increase global tolerance
ab8c591
to
dce6c5f
Compare
1bd0da3
to
9aed541
Compare
I've created separated PRs for #1767, #1885, #1890, and #1894 to show changes to particular modules together:
Refactor tests #1767: refactor tests
Fixes and improvements coming from test refactoring (part 4) #1885: fixes in
geometry
Fix and clean information geometry #1890: clean and fix
information_geometry
Fix and clean learning module #1894: fixes in
learning
To avoid having to update old tests for #1885, #1890, and #1894, I'm suggesting to merge all of them together. Notice this is a milestone in
geomstats
as we will now start using the new testing framework (most of old tests were fully ported to new style; there's a couple of files that still follow the old style, that I'll update when refactoring the corresponding code).P.S. Hope this is the last PR of this dimension!