e0f000f3ac4a1471a6274bf6a932a863c0ad7daa,tests/testOpSparseLabelArray.py,,,#,94
Before Change
assert op.maxLabel.value == 2
if __name__ == "__main__":
import sys
import nose
sys.argv.append("--nocapture") // Don"t steal stdout. Show it on the console as usual.
sys.argv.append("--nologcapture") // Don"t set the logging level to DEBUG. Leave it alone.
ret = nose.run(defaultTest=__file__)
if not ret: sys.exit(1)
After Change
import logging
logger = logging.getLogger("tests.testOpSparseLabelArray")
import numpy
from lazyflow.graph import Graph
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 13
Instances
Project Name: ilastik/ilastik
Commit Name: e0f000f3ac4a1471a6274bf6a932a863c0ad7daa
Time: 2013-09-10
Author: bergs@janelia.hhmi.org
File Name: tests/testOpSparseLabelArray.py
Class Name:
Method Name:
Project Name: ilastik/ilastik
Commit Name: edf10916d0c0328183d9acb08d1c8c7f3bc09c4c
Time: 2014-08-28
Author: bergs@janelia.hhmi.org
File Name: tests/testOpTiledVolumeReader.py
Class Name:
Method Name:
Project Name: ilastik/ilastik
Commit Name: e0f000f3ac4a1471a6274bf6a932a863c0ad7daa
Time: 2013-09-10
Author: bergs@janelia.hhmi.org
File Name: tests/testOpSparseLabelArray.py
Class Name:
Method Name:
Project Name: ilastik/ilastik
Commit Name: d71d481afe3171a9297b4ad00c82fd1304560453
Time: 2013-02-12
Author: bergs@janelia.hhmi.org
File Name: tests/test_applets/pixelClassification/testPixelClassificationHeadless.py
Class Name:
Method Name: