ade52a2d1afe22bdff0ac28b65e5b5cfdd03dd44,pynets/utils.py,,build_omnetome,#Any#Any#Any#,631

Before Change


    for key in parcel_dict:
        parcel_dict[key] = []

    func_models = ["corr", "sps", "cov", "partcorr", "QuicGraphicalLasso", "QuicGraphicalLassoCV",
                   "QuicGraphicalLassoEBIC", "AdaptiveQuicGraphicalLasso"]

    struct_models = ["csa", "tensor", "csd"]

    if multimodal is True:

After Change



    // Available functional and structural connectivity models
    with open("%s%s" % (str(Path(__file__).parent), "/runconfig.yaml"), "r") as stream:
        hardcoded_params = yaml.load(stream)
        try:
            func_models = hardcoded_params["available_models"]["func_models"]
        except KeyError:
            print("ERROR: available functional models not sucessfully extracted from runconfig.yaml")
        try:
            struct_models = hardcoded_params["available_models"]["struct_models"]
        except KeyError:
            print("ERROR: available structural models not sucessfully extracted from runconfig.yaml")

    if multimodal is True:
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 7

Instances


Project Name: dPys/PyNets
Commit Name: ade52a2d1afe22bdff0ac28b65e5b5cfdd03dd44
Time: 2019-07-02
Author: dpisner@utexas.edu
File Name: pynets/utils.py
Class Name:
Method Name: build_omnetome


Project Name: dPys/PyNets
Commit Name: ade52a2d1afe22bdff0ac28b65e5b5cfdd03dd44
Time: 2019-07-02
Author: dpisner@utexas.edu
File Name: pynets/utils.py
Class Name:
Method Name: build_omnetome


Project Name: jnothman/UpSetPlot
Commit Name: f2f419b89221602dc31c69de32df1cba281db481
Time: 2019-05-30
Author: joel.nothman@gmail.com
File Name: upsetplot/tests/test_data.py
Class Name:
Method Name: test_from_contents


Project Name: AlexsLemonade/refinebio
Commit Name: f55c645373b2057a5c1c7861cdb6c717585cf0b7
Time: 2018-05-29
Author: kurt.wheeler91@gmail.com
File Name: foreman/data_refinery_foreman/surveyor/geo.py
Class Name: GeoSurveyor
Method Name: create_experiment_and_samples_from_api