mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-21 12:50:27 +08:00
Improve tests of graph package
This commit is contained in:
@@ -152,4 +152,4 @@ def _test_random(shape):
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
run_module_suite()
|
||||
np.testing.run_module_suite()
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import numpy as np
|
||||
from numpy.testing import *
|
||||
from numpy.testing import assert_equal, assert_array_equal
|
||||
|
||||
import skimage.graph.spath as spath
|
||||
|
||||
@@ -33,4 +33,4 @@ def test_non_square():
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
run_module_suite()
|
||||
np.testing.run_module_suite()
|
||||
|
||||
Reference in New Issue
Block a user