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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Implementation of a Simplex Trie for Better Performance

408e6b3
Select commit
Loading
Failed to load commit list.
Open

First Implementation of a Simplex Trie #220

Implementation of a Simplex Trie for Better Performance
408e6b3
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 17, 2024 in 1s

97.89% (+0.06%) compared to dc8252d

View this Pull Request on Codecov

97.89% (+0.06%) compared to dc8252d

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 (dc8252d) to head (408e6b3).

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.