-
Notifications
You must be signed in to change notification settings - Fork 275
Refactor Closed Curves #1596
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
Refactor Closed Curves #1596
Conversation
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Codecov Report
@@ Coverage Diff @@
## master #1596 +/- ##
==========================================
+ Coverage 90.80% 91.15% +0.36%
==========================================
Files 108 112 +4
Lines 10375 10946 +571
==========================================
+ Hits 9420 9977 +557
- Misses 955 969 +14
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
|
The failing tests are not related to this PR. |
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.
This looks all good to me ! Thanks, this refactoring was much needed !
This PR addresses issue #1485 :
projectintoprojection,projectionmethod to work for minibatches of curves (using a for loop at the moment).This PR continues to address #1486 :
ClosedSRVMetricwhich only hadsrv_projectas a method, which essentially relies on thesrv_transformand not necessarily the SRV metric.We now have only two spaces (Manifolds):
with different Metrics
and each of the metric is equipping these spaces.
This PR does not impact the QuotientSRVMetric.
Checklist
Description
Issue
Additional context