62f8ff12cabd10313e42b9f33688f5c2008bf2bb,niftynet/engine/windows_aggregator_grid.py,GridSamplesAggregator,_initialise_empty_csv,#GridSamplesAggregator#Any#,185

Before Change


        :param n_channel: number of saved fields
        :return: empty first line of the array to be saved as csv
        """
        return np.zeros([1, n_channel])

    def _save_current_image(self):
        """
        For all the outputs to be saved as images, go through the dictionary

After Change


        :param n_channel: number of saved fields
        :return: empty first line of the array to be saved as csv
        
        return pd.DataFrame(columns=key_names)

    def _save_current_image(self):
        
        For all the outputs to be saved as images, go through the dictionary
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 4

Non-data size: 6

Instances


Project Name: NifTK/NiftyNet
Commit Name: 62f8ff12cabd10313e42b9f33688f5c2008bf2bb
Time: 2019-07-22
Author: wenqil@nvidia.com
File Name: niftynet/engine/windows_aggregator_grid.py
Class Name: GridSamplesAggregator
Method Name: _initialise_empty_csv


Project Name: NifTK/NiftyNet
Commit Name: f4054a597521fdc539befbc1f996eb047d9be97b
Time: 2019-10-07
Author: wenqil@nvidia.com
File Name: niftynet/engine/windows_aggregator_resize.py
Class Name: ResizeSamplesAggregator
Method Name: _initialise_empty_csv


Project Name: NifTK/NiftyNet
Commit Name: f4054a597521fdc539befbc1f996eb047d9be97b
Time: 2019-10-07
Author: wenqil@nvidia.com
File Name: niftynet/engine/windows_aggregator_grid.py
Class Name: GridSamplesAggregator
Method Name: _initialise_empty_csv


Project Name: NifTK/NiftyNet
Commit Name: 62f8ff12cabd10313e42b9f33688f5c2008bf2bb
Time: 2019-07-22
Author: wenqil@nvidia.com
File Name: niftynet/engine/windows_aggregator_resize.py
Class Name: ResizeSamplesAggregator
Method Name: _initialise_empty_csv