36eab8ace2d54e27db98e0051b4f43830320d010,ilastik/workflows/carving/carvingWorkflow.py,CarvingWorkflow,__init__,#CarvingWorkflow#Any#Any#Any#,25
Before Change
if carvingGraphFile is not None:
assert isinstance (carvingGraphFile, str) , "carvingGraphFile should be a string, not "%s"" % type (carvingGraphFile)
if hintoverlayFile is not None:
assert isinstance (hintoverlayFile, str) , "hintoverlayFile should be a string, not "%s"" % type (hintoverlayFile)
if pmapoverlayFile is not None:
assert isinstance (pmapoverlayFile, str) , "pmapoverlayFile should be a string, not "%s"" % type (pmapoverlayFile)
graph = Graph()
After Change
self.carvingApplet = CarvingApplet(workflow=self,
projectFileGroupName="carving" ,
hintOverlayFile=hintoverlayFile,
pmapOverlayFile=pmapoverlayFile)
self.preprocessingApplet = PreprocessingApplet(workflow=self,
title = "Preprocessing" ,
projectF ileGroupName="carving" )
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 4
Instances Project Name: ilastik/ilastik
Commit Name: 36eab8ace2d54e27db98e0051b4f43830320d010
Time: 2013-04-10
Author: ben-heuer@web.de
File Name: ilastik/workflows/carving/carvingWorkflow.py
Class Name: CarvingWorkflow
Method Name: __init__
Project Name: ilastik/ilastik
Commit Name: 5ec7c3abfb74a4425a201b49bb814f343d246e15
Time: 2014-04-24
Author: webmaster@burgerdev.de
File Name: tests/test_applets/thresholdTwoLevels/testOpGraphcutSegment.py
Class Name: TestOpObjectsSegment
Method Name: testComplete
Project Name: ilastik/ilastik
Commit Name: 943fa891996aed5e877801f90f7bd4edcc61e7ca
Time: 2013-04-24
Author: anna.kreshuk@iwr.uni-heidelberg.de
File Name: tests/test_applets/blockwiseObjectClassification/testOpBlockwiseObjectClassification.py
Class Name: TestOpBlockwiseObjectClassification
Method Name: testEverything
Project Name: ilastik/ilastik
Commit Name: 36eab8ace2d54e27db98e0051b4f43830320d010
Time: 2013-04-10
Author: ben-heuer@web.de
File Name: ilastik/workflows/carving/carvingWorkflow.py
Class Name: CarvingWorkflow
Method Name: __init__