96d7a8995cdcd93089ee2c581d01d3930b2a094a,pynets/fmri/estimation.py,,extract_ts_parc,#Any#Any#Any#Any#Any#Any#Any#Any#Any#Any#Any#Any#Any#Any#Any#Any#,264

Before Change



    del parcel_masker
    net_parcels_map_nifti.uncache()
    mask_img.uncache()
    func_img.uncache()

    return ts_within_nodes, node_size, smooth, dir_path, atlas, uatlas, labels, coords, c_boot, hpass

After Change



    del parcel_masker
    net_parcels_map_nifti.uncache()
    if mask_img is not None:
        mask_img.uncache()
    func_img.uncache()

    return ts_within_nodes, node_size, smooth, dir_path, atlas, uatlas, labels, coords, c_boot, hpass
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 4

Non-data size: 4

Instances


Project Name: dPys/PyNets
Commit Name: 96d7a8995cdcd93089ee2c581d01d3930b2a094a
Time: 2019-11-04
Author: dpisner@utexas.edu
File Name: pynets/fmri/estimation.py
Class Name:
Method Name: extract_ts_parc


Project Name: dPys/PyNets
Commit Name: 96d7a8995cdcd93089ee2c581d01d3930b2a094a
Time: 2019-11-04
Author: dpisner@utexas.edu
File Name: pynets/core/nodemaker.py
Class Name:
Method Name: create_spherical_roi_volumes


Project Name: dPys/PyNets
Commit Name: 96d7a8995cdcd93089ee2c581d01d3930b2a094a
Time: 2019-11-04
Author: dpisner@utexas.edu
File Name: pynets/core/nodemaker.py
Class Name:
Method Name: parcel_masker


Project Name: dPys/PyNets
Commit Name: 96d7a8995cdcd93089ee2c581d01d3930b2a094a
Time: 2019-11-04
Author: dpisner@utexas.edu
File Name: pynets/fmri/estimation.py
Class Name:
Method Name: extract_ts_coords