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

Adding gravity to ibip #964

Merged
merged 149 commits into from
Sep 16, 2024
Merged

Adding gravity to ibip #964

merged 149 commits into from
Sep 16, 2024

Conversation

jgostick
Copy link
Member

@jgostick jgostick commented Jun 5, 2024

This PR adds a new algorithm for performing invasion percolation on images. It uses a priority-queue to provide a major speed improvement over ibip, and adds the ability to incorporate gravity borrowing inspiration from the drainage.

Copy link

codecov bot commented Aug 24, 2024

Codecov Report

Attention: Patch coverage is 85.13854% with 59 lines in your changes missing coverage. Please review.

Project coverage is 74.6%. Comparing base (26c48ad) to head (2fa610f).
Report is 152 commits behind head on dev.

Additional details and impacted files
@@           Coverage Diff           @@
##             dev    #964     +/-   ##
=======================================
+ Coverage   74.1%   74.6%   +0.5%     
=======================================
  Files         39      41      +2     
  Lines       5312    5459    +147     
=======================================
+ Hits        3939    4077    +138     
- Misses      1373    1382      +9     

@jgostick jgostick merged commit b9c3022 into dev Sep 16, 2024
15 of 18 checks passed
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.

2 participants