mirror of
https://github.com/wassname/scikit-image.git
synced 2026-08-13 12:40:24 +08:00
BUG: More Python3 fixes by Christoph Gohlke.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
from _mcp import MCP, MCP_Geometric, make_offsets
|
||||
from ._mcp import MCP, MCP_Geometric, make_offsets
|
||||
|
||||
def route_through_array(array, start, end, fully_connected=True, geometric=True):
|
||||
"""Simple example of how to use the MCP and MCP_Geometric classes.
|
||||
|
||||
@@ -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