Missing line

This commit is contained in:
emmanuelle
2015-12-07 22:59:16 +01:00
committed by Juan Nunez-Iglesias
parent bb64e8cfcb
commit bff2ce0bc4
+1
View File
@@ -208,6 +208,7 @@ def test_more_segments_than_pixels():
multichannel=False, convert2lab=False)
assert np.all(seg.ravel() == np.arange(seg.size))
if __name__ == '__main__':
from numpy import testing