mirror of
https://github.com/wassname/scikit-image.git
synced 2026-09-12 12:50:49 +08:00
BUG: More Python3 fixes by Christoph Gohlke.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import numpy as np
|
||||
import _spath
|
||||
from . import _spath
|
||||
|
||||
def shortest_path(arr, reach=1, axis=-1, output_indexlist=False):
|
||||
"""Find the shortest path through an n-d array from one side to another.
|
||||
|
||||
Reference in New Issue
Block a user