Skip to content

Commit

Permalink
not sure how this was missed, but switching to skeletonize (not _3d)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgostick committed Jan 16, 2025
1 parent f23ecf9 commit 3fab263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/porespy/metrics/_regionprops.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from pandas import DataFrame
from skimage.measure import mesh_surface_area, regionprops
from skimage.measure._regionprops import RegionProperties
from skimage.morphology import ball, skeletonize_3d
from skimage.morphology import ball, skeletonize

from porespy.tools import bbox_to_slices, extract_subsection

Expand Down

0 comments on commit 3fab263

Please sign in to comment.