1da5475f4fc1d5e2645dafc5e459c5ca235ad72a,tests/test_applets/thresholdMasking/testThreholdMaskingSerializer.py,,,#,48

Before Change



        os.remove(testProjectName)

if __name__ == "__main__":
    import nose
    nose.run(defaultTest=__file__, env={"NOSE_NOCAPTURE" : 1})

After Change


from ilastik.applets.thresholdMasking.thresholdMaskingSerializer import ThresholdMaskingSerializer

import ilastik.ilastik_logging
ilastik.ilastik_logging.default_config.init()

class TestThresholdMaskingSerializer(object):

    def test(self):    
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 5

Instances


Project Name: ilastik/ilastik
Commit Name: 1da5475f4fc1d5e2645dafc5e459c5ca235ad72a
Time: 2012-07-30
Author: bergs@janelia.hhmi.org
File Name: tests/test_applets/thresholdMasking/testThreholdMaskingSerializer.py
Class Name:
Method Name:


Project Name: ilastik/ilastik
Commit Name: 1da5475f4fc1d5e2645dafc5e459c5ca235ad72a
Time: 2012-07-30
Author: bergs@janelia.hhmi.org
File Name: tests/test_applets/featureSelection/testOpFeatureSelection.py
Class Name:
Method Name:


Project Name: ilastik/ilastik
Commit Name: 1da5475f4fc1d5e2645dafc5e459c5ca235ad72a
Time: 2012-07-30
Author: bergs@janelia.hhmi.org
File Name: tests/test_applets/pixelClassification/testPixelClassificationSerializer.py
Class Name:
Method Name: