Improve tests of graph package

This commit is contained in:
Johannes Schönberger
2013-08-19 18:37:30 +02:00
parent a8f0d46ab2
commit 93e83b347f
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -152,4 +152,4 @@ def _test_random(shape):
if __name__ == "__main__":
run_module_suite()
np.testing.run_module_suite()
+2 -2
View File
@@ -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()