mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-26 13:37:17 +08:00
Corrected Typo
This commit is contained in:
@@ -163,7 +163,7 @@ def test_rag_hierarchical():
|
||||
|
||||
@skipif(not is_installed('networkx'))
|
||||
def test_ncut_stable_subgraph():
|
||||
""" Test to catch an error thrown when subgraph has all eqal edges. """
|
||||
""" Test to catch an error thrown when subgraph has all equal edges. """
|
||||
|
||||
img = np.zeros((100, 100, 3), dtype='uint8')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user