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

refactor(lib): re-organize graph utils #30

Merged
merged 15 commits into from
Feb 8, 2024
Merged

refactor(lib): re-organize graph utils #30

merged 15 commits into from
Feb 8, 2024

Conversation

jeertmans
Copy link
Owner

Reorganize graph utils so that:

  • it is clear that it is actually just graph algorithms
  • variable names become clearer
  • add from and to variables, so that it will better handle visibility matrices

@jeertmans jeertmans deployed to github-pages January 23, 2024 15:48 — with GitHub Actions Active
Copy link
Contributor

Python benchmark results:


Legend:
  Outliers: 1 Standard Deviation from Mean; 1.5 IQR (InterQuartile Range) from 1st Quartile and 3rd Quartile.
  OPS: Operations Per Second, computed as 1 / Mean

Copy link

codecov bot commented Jan 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (f7449e7) 86.53% compared to head (7c1943a) 86.75%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #30      +/-   ##
==========================================
+ Coverage   86.53%   86.75%   +0.21%     
==========================================
  Files          12       13       +1     
  Lines         312      317       +5     
==========================================
+ Hits          270      275       +5     
  Misses         42       42              

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

Reorganize graph utils so that:

- it is clear that it is actually just graph algorithms
- variable names become clearer
- add from and to variables, so that it will better handle visibility matrices
Reorganize graph utils so that:

- it is clear that it is actually just graph algorithms
- variable names become clearer
- add from and to variables, so that it will better handle visibility matrices
@jeertmans jeertmans merged commit 7207a72 into main Feb 8, 2024
32 of 33 checks passed
@jeertmans jeertmans deleted the paths branch February 8, 2024 15:30
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.

1 participant