-
Notifications
You must be signed in to change notification settings - Fork 263
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(not working yet - tangent space is more complicated)
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #1707 +/- ##
==========================================
+ Coverage 91.59% 91.65% +0.07%
==========================================
Files 148 149 +1
Lines 13537 13624 +87
==========================================
+ Hits 12398 12486 +88
+ Misses 1139 1138 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Hi @jubrau! First of all, thanks for the nice contribution. I'm making small changes to make it more consistent with the other spaces. I'll come back to you soon to clarify some points. |
ninamiolane
approved these changes
Feb 5, 2024
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.
Fantastic, thank you so much!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Checklist
Description
This pull request provides an implementation of the Klein Bottle.
Additional context
The class
KleinBottleMetricTestData
overwrites the functionlog_after_exp_test_data
of_RiemannianMetricTestData
, since the implementation of sampling tangent vectors with length smaller than the injectivity radius was not correct. The new implementation is general and could replace the implementation in_RiemannianMetricTestData
.