You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of importing edt from either edt or pyedt all over the place, we should just create a function in tools called get_edt which does this check and returns the correct one.
The text was updated successfully, but these errors were encountered:
Having to deal with the skimage deprecation debacle of the last few days, I am now wondering if EVERYTHING should be wrapped? If we only used skimage.morphology.skeletonize_3d in one place (i.e. porespy.tools.skeletonize), then we'd only have to change it in one place. I guess it would be hard to decide where to draw the line. Like we can probably count on scipy and numpy to be stable. I would have expected skimage to be stable too, though that is not the case.
Instead of importing edt from either edt or pyedt all over the place, we should just create a function in
tools
calledget_edt
which does this check and returns the correct one.The text was updated successfully, but these errors were encountered: