Skip to content

Commit

Permalink
test diagonal corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
ozak committed May 14, 2015
1 parent 3616847 commit d51944b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skimage/graph/tests/test_mcp.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def test_route():

def test_no_diagonal():
if np.version.version[2]>6:
m = mcp.MCP(a, offsets=offsets)
m = mcp.MCP(a, fully_connected=False)
else:
with expected_warnings(['Upgrading Numpy should decrease memory usage and increase speed.']):
m = mcp.MCP(a, fully_connected=False)
Expand Down

0 comments on commit d51944b

Please sign in to comment.