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

First Implementation of a Simplex Trie #220

Merged
merged 1 commit into from
Jan 3, 2025

Implementation of a Simplex Trie for Better Performance

d6dad04
Select commit
Loading
Failed to load commit list.
Merged

First Implementation of a Simplex Trie #220

Implementation of a Simplex Trie for Better Performance
d6dad04
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 3, 2025 in 0s

97.89% (+0.06%) compared to 5b2284b

View this Pull Request on Codecov

97.89% (+0.06%) compared to 5b2284b

Details

Codecov Report

Attention: Patch coverage is 99.63100% with 1 line in your changes missing coverage. Please review.

Project coverage is 97.89%. Comparing base (5b2284b) to head (d6dad04).

Files with missing lines Patch % Lines
toponetx/classes/simplicial_complex.py 98.68% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #220      +/-   ##
==========================================
+ Coverage   97.83%   97.89%   +0.06%     
==========================================
  Files          38       40       +2     
  Lines        3558     3663     +105     
==========================================
+ Hits         3481     3586     +105     
  Misses         77       77              

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