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

Neighborhood/Dowker Lifting (Graph2Simplicial) (icml24-6) #135

Draft
wants to merge 45 commits into
base: main
Choose a base branch
from

fixed pr

8b9c0c6
Select commit
Loading
Failed to load commit list.
Draft

Neighborhood/Dowker Lifting (Graph2Simplicial) (icml24-6) #135

fixed pr
8b9c0c6
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 13, 2025 in 0s

90.95% (-0.06%) compared to 99de7cb, passed because coverage increased by 0.44% when compared to adjusted base (90.51%)

View this Pull Request on Codecov

90.95% (-0.06%) compared to 99de7cb, passed because coverage increased by 0.44% when compared to adjusted base (90.51%)

Details

Codecov Report

Attention: Patch coverage is 94.27083% with 22 lines in your changes missing coverage. Please review.

Project coverage is 90.95%. Comparing base (99de7cb) to head (8b9c0c6).

Files with missing lines Patch % Lines
topobenchmark/data/utils/adapters.py 89.58% 10 Missing ⚠️
topobenchmark/transforms/liftings/base.py 93.02% 3 Missing ⚠️
topobenchmark/data/utils/domain.py 94.73% 2 Missing ⚠️
topobenchmark/transforms/feature_liftings/set.py 90.00% 2 Missing ⚠️
topobenchmark/transforms/data_transform.py 96.66% 1 Missing ⚠️
...hmark/transforms/feature_liftings/concatenation.py 94.73% 1 Missing ⚠️
...obenchmark/transforms/feature_liftings/identity.py 75.00% 1 Missing ⚠️
...mark/transforms/feature_liftings/projection_sum.py 87.50% 1 Missing ⚠️
...hmark/transforms/liftings/graph2hypergraph/khop.py 88.88% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #143      +/-   ##
==========================================
- Coverage   91.00%   90.95%   -0.06%     
==========================================
  Files         129      130       +1     
  Lines        3670     3682      +12     
==========================================
+ Hits         3340     3349       +9     
- Misses        330      333       +3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.