Skip to content

Add porosity_threshold function to find percolation threshold #1091

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

Open
wants to merge 6 commits into
base: dev
Choose a base branch
from

Conversation

jgostick
Copy link
Member

This adds 2 functions:

  • porosity_threshold erodes the void space until the void space no longer percolates, yielding the percolation threshold
  • is_percolating simply answers the question if the domain percolates or not

Copy link

codecov bot commented Jun 21, 2025

Codecov Report

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

Project coverage is 67.2%. Comparing base (751232d) to head (3bc08c3).

Additional details and impacted files
@@           Coverage Diff           @@
##             dev   #1091     +/-   ##
=======================================
+ Coverage   66.7%   67.2%   +0.5%     
=======================================
  Files         43      42      -1     
  Lines       6149    6100     -49     
=======================================
+ Hits        4102    4105      +3     
+ Misses      2047    1995     -52     
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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