edf10916d0c0328183d9acb08d1c8c7f3bc09c4c,tests/testOpTiledVolumeReader.py,,,#,128
Before Change
assert (expected == specified_result_out).all()
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 testTiledVolume
import logging
logger = logging.getLogger(__name__)
class TestOpTiledVolumeReader(object):
@classmethod
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 16
Instances
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: 7c7389d3959d1f46aca52c513e19e759b29c1117
Time: 2014-05-20
Author: bergs@janelia.hhmi.org
File Name: tests/testOpH5WriterBigDataset.py
Class Name:
Method Name: