Create square, cube, disk, and sphere functions in tools
since scikit-image is deprecating them
#1006
Labels
maint
PR tag for maintenance related changes
Let's use our own porespy structuring elements to avoid deprecation issue in the future and to avoid using long winded name.
Everywhere we do
from skimage.morphology import square, cube
needs to be replaced with porespy'sThe text was updated successfully, but these errors were encountered: