20e120921ab237c5a0f6ea04db766c9ca052e811,dev/tools/run_examples.py,,,#,112

Before Change



if __name__ == "__main__":
    example_dir = os.path.abspath(os.path.join(__file__, "..", "..", "..", "examples"))
    if not pytest.main([__file__, "--verbose"], plugins=[Plugin(example_dir)]):
        sys.exit(1)

After Change



if __name__ == "__main__":
    example_dir = os.path.abspath(os.path.join(__file__, "..", "..", "..", "examples"))
    sys.exit(pytest.main([__file__, "--verbose"],
                         plugins=[Plugin(example_dir)]))
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 5

Non-data size: 4

Instances


Project Name: brian-team/brian2
Commit Name: 20e120921ab237c5a0f6ea04db766c9ca052e811
Time: 2021-02-19
Author: marcel.stimberg@inserm.fr
File Name: dev/tools/run_examples.py
Class Name:
Method Name:


Project Name: google/language-resources
Commit Name: 9030040028a1b220d7b1dd0f7876a5ddd0879bec
Time: 2017-11-12
Author: mjansche@google.com
File Name: utils/phonology_json_validator.py
Class Name:
Method Name: main


Project Name: NervanaSystems/nlp-architect
Commit Name: 8e098ed186cf0c62dd01e1a02fd63b7d00443d89
Time: 2018-05-09
Author: peter.izsak@intel.com
File Name: core_models/intent_extraction/train_joint_model.py
Class Name:
Method Name:


Project Name: facebook/FAI-PEP
Commit Name: 0fda21808d543eb19e7f8308de30c11e70519c08
Time: 2018-10-24
Author: sf_wind@hotmail.com
File Name: benchmarking/harness.py
Class Name:
Method Name:


Project Name: NervanaSystems/nlp-architect
Commit Name: 650a9bb35b4b0796ee90c5ac0b498af54c32c2e3
Time: 2018-05-08
Author: peteriz@users.noreply.github.com
File Name: core_models/intent_extraction/interactive.py
Class Name:
Method Name: