Skip to content
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

Implementation of kernel metrics in landmark space #1708

Open
wants to merge 13 commits into
base: main
Choose a base branch
from

Conversation

joanglaunes
Copy link

This reuses code from a previous PR (#883)

@codecov
Copy link

codecov bot commented Oct 20, 2022

Codecov Report

Merging #1708 (c560f6a) into master (880d056) will increase coverage by 0.81%.
The diff coverage is 19.66%.

@@            Coverage Diff             @@
##           master    #1708      +/-   ##
==========================================
+ Coverage   90.52%   91.33%   +0.81%     
==========================================
  Files         124      130       +6     
  Lines       12786    13322     +536     
==========================================
+ Hits        11573    12166     +593     
+ Misses       1213     1156      -57     
Flag Coverage Δ
autograd 87.21% <17.55%> (?)
numpy 87.22% <16.82%> (-0.60%) ⬇️
pytorch 79.83% <18.97%> (-0.54%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
geomstats/geometry/landmarks.py 25.40% <16.82%> (-74.60%) ⬇️
geomstats/_backend/autograd/autodiff.py 85.92% <100.00%> (ø)
geomstats/_backend/pytorch/__init__.py 97.08% <100.00%> (+0.25%) ⬆️
geomstats/_backend/pytorch/autodiff.py 92.96% <100.00%> (+0.86%) ⬆️
geomstats/_backend/pytorch/linalg.py 85.40% <0.00%> (-1.12%) ⬇️
geomstats/_backend/autograd/linalg.py 95.35% <0.00%> (ø)
geomstats/_backend/autograd/_common.py 91.67% <0.00%> (ø)
geomstats/_backend/autograd/random.py 100.00% <0.00%> (ø)
geomstats/_backend/autograd/_dtype.py 95.24% <0.00%> (ø)
... and 13 more

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant