d24ce26801187936e4db848621a50c7dea0574e9,tests/test_applets/dataSelection/testOpDataSelection.py,TestOpDataSelection_3DStacks,testBasic3DstackFromGlobString,#TestOpDataSelection_3DStacks#,603
Before Change
Test if stacked 2d files are loaded correctly
for fileName in self.imgFileNameGlobs2D:
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()
// Will be read from the filesystem since the data won"t be found in the project file.
After Change
def testBasic3DstackFromGlobString(self, empty_project_file):
Test if stacked 2d files are loaded correctly
reader = OperatorWrapper(OpDataSelection, graph=Graph(), operator_kwargs={"forceAxisOrder": False})
reader.WorkingDirectory.setValue(str(Path(empty_project_file.filename).parent))
for fileName, nickname in zip(self.imgFileNameGlobs2D, self.imgFileNameGlobs2DNicknames):
reader.Dataset.setValues([DatasetInfo(filepath=fileName, sequence_axis="z")])
// Read the test files using the data selection operator and verify the contents

In pattern: SUPERPATTERN
Frequency: 4
Non-data size: 4
Instances
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
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: cryoem/eman2
Commit Name: 690ab7c997ea068e266230e876293bd4f7e5de9a
Time: 2021-02-06
Author: sludtke42@gmail.com
File Name: libpyEM/qtgui/embrowser.py
Class Name: EMSliceParamDialog
Method Name: __init__
Project Name: ilastik/ilastik
Commit Name: e630df418745107ae3ff13d55c06aac050d7626d
Time: 2019-07-26
Author: tomaz.vieira@embl.de
File Name: tests/test_applets/dataSelection/testOpDataSelection.py
Class Name: TestOpDataSelection_Basic_native_3D
Method Name: test3DProjectLocalData