Skip to content

Commit

Permalink
reverting a default value back to None
Browse files Browse the repository at this point in the history
  • Loading branch information
jgostick committed Jan 17, 2024
1 parent a120bf0 commit fd51987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion porespy/generators/_imgen.py
Original file line number Diff line number Diff line change
Expand Up @@ -796,7 +796,7 @@ def _get_Voronoi_edges(vor):
def lattice_spheres(shape,
r: int = 5,
spacing: int = 10,
offset: int = 0,
offset: int = None,
smooth: bool = True,
lattice: Literal['sc', 'tri', 'fcc', 'bcc'] = "sc"):
r"""
Expand Down

0 comments on commit fd51987

Please sign in to comment.