ad4007e349ade52915d5cc27571a280d797f17c6,tests/test_applets/dataSelection/testOpDataSelection.py,TestOpDataSelection_SingleFileH5Stacks,test_load_single_file_with_list,#TestOpDataSelection_SingleFileH5Stacks#,741
Before Change
numpy.testing.assert_array_equal(imgData, self.imgData3Dct)
def test_load_single_file_with_list(self):
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")
fileNameString = os.path.pathsep.join(self.file_names)
info = DatasetInfo(filepath=fileNameString)
// Will be read from the filesystem since the data won"t be found in the project file.
After Change
numpy.testing.assert_array_equal(imgData, self.imgData3Dct)
def test_load_single_file_with_list(self):
reader = OperatorWrapper(OpDataSelection, graph=Graph(), operator_kwargs={"forceAxisOrder": False})
reader.WorkingDirectory.setValue(os.getcwd())
fileNameString = os.path.pathsep.join(self.file_names)
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 10
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_SingleFileH5Stacks
Method Name: test_load_single_file_with_list
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_FakeDataReader
Method Name: test_real_data_source
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_SingleFileH5Stacks
Method Name: test_load_single_file_with_glob
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_SingleFileH5Stacks
Method Name: test_load_single_file_with_list