ad4007e349ade52915d5cc27571a280d797f17c6,tests/test_applets/dataSelection/testOpDataSelection.py,TestOpDataSelection_3DStacks,testBasic3DcStackFromGlobString,#TestOpDataSelection_3DStacks#,644
Before Change
graph = lazyflow.graph.Graph()
reader = OperatorWrapper(OpDataSelection, graph=graph, operator_kwargs={"forceAxisOrder": False})
reader.ProjectFile.setValue(self.projectFile)
reader.WorkingDirectory.setValue(os.getcwd() )
reader.ProjectDataGroup.setValue("DataSelection/local_data")
info = DatasetInfo()
After Change
reader = OperatorWrapper(OpDataSelection, graph=Graph(), operator_kwargs={"forceAxisOrder": False})
reader.WorkingDirectory.setValue(str(Path(empty_project_file.filename).parent))
reader.Dataset.setValues([DatasetInfo(filepath=fileName, sequence_axis="z")] )
// Read the test files using the data selection operator and verify the contents
imgData3Dc = reader.Image[0][...].wait()
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 3
Instances Project Name: ilastik/ilastik
Commit Name: ad4007e349ade52915d5cc27571a280d797f17c6
Time: 2019-07-26
Author: tomaz.vieira@embl.de
File Name: tests/test_applets/dataSelection/testOpDataSelection.py
Class Name: TestOpDataSelection_3DStacks
Method Name: testBasic3DcStackFromGlobString
Project Name: ilastik/ilastik
Commit Name: 53aeaaf93a5daddaafea79ee403768fa5d057c78
Time: 2019-07-26
Author: tomaz.vieira@embl.de
File Name: tests/test_applets/dataSelection/testOpDataSelection.py
Class Name: TestOpDataSelection_Basic2D
Method Name: testProjectLocalData
Project Name: ilastik/ilastik
Commit Name: d24ce26801187936e4db848621a50c7dea0574e9
Time: 2019-07-26
Author: tomaz.vieira@embl.de
File Name: tests/test_applets/dataSelection/testOpDataSelection.py
Class Name: TestOpDataSelection_3DStacks
Method Name: testBasic3DstackFromGlobString