56ff84927e9d19806b057ea11e43ad67598edd89,matchzoo/models/parameter_readme_generator.py,,,#,33

Before Change


        full += _make_table([p for p in m.get_default_params()
                             if p.name not in shared.keys()])

    file_path = Path(__file__).parent.joinpath("README.md")
    with open(file_path, "w", encoding="utf-8") as out_file:
        out_file.write(full)

After Change


            out_file.write(full)


if __name__ == "__main__":
    generate()
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 4

Instances


Project Name: NTMC-Community/MatchZoo
Commit Name: 56ff84927e9d19806b057ea11e43ad67598edd89
Time: 2019-01-10
Author: i@uduse.com
File Name: matchzoo/models/parameter_readme_generator.py
Class Name:
Method Name:


Project Name: catalyst-team/catalyst
Commit Name: 5bc784bd12f3c0d7019f1205d8430808c36f3dc3
Time: 2020-01-13
Author: 19803638+bagxi@users.noreply.github.com
File Name: catalyst/dl/scripts/init.py
Class Name:
Method Name:


Project Name: AlexEMG/DeepLabCut
Commit Name: 812f374c34087af0aa90ac3cd2b37158b1ad0372
Time: 2019-07-02
Author: amathis@fas.harvard.edu
File Name: deeplabcut/post_processing/analyze_skeleton.py
Class Name:
Method Name: analyzeskeleton