Skip to content

Commit

Permalink
Fixing name of sierpinski_foam2
Browse files Browse the repository at this point in the history
  • Loading branch information
jgostick committed Jan 25, 2024
1 parent 6452387 commit f0c9093
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions porespy/generators/_fractals.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
__all__ = [
'random_cantor_dust',
'sierpinski_foam',
'sierpinski_foam_2',
'sierpinski_foam2',
]


Expand Down Expand Up @@ -72,7 +72,7 @@ def random_cantor_dust(shape, n: int = 5, p: int = 2, f: float = 0.8, seed: int
return im


def sierpinski_foam_2(shape, n: int = 5):
def sierpinski_foam2(shape, n: int = 5):
r"""
Generates an image of a Sierpinski carpet or foam with independent control of
image size and number of iterations
Expand Down

0 comments on commit f0c9093

Please sign in to comment.