2cf07cbc4b9ca699f53ba6e25dd4b828e01788a3,tests/test_input.py,,tearDown,#,53

Before Change


        os.unlink(config_file)
    for auto_dir in glob(join(_my_dir, "auto*")):
        for auto_dir_file in os.listdir(auto_dir):
            os.unlink(join(auto_dir, auto_dir_file))
        os.rmdir(auto_dir)


def check_safe_float_conversion(converted_val, expected_val):

After Change


        os.unlink(config_file)

    auto_dirs = glob(join(output_dir, "auto*"))
    for auto_dir in auto_dirs:
        rmtree(auto_dir)


def check_safe_float_conversion(converted_val, expected_val):
    
    Check that value and type of converted_val and expected_val are equal.
    
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 3

Instances


Project Name: EducationalTestingService/skll
Commit Name: 2cf07cbc4b9ca699f53ba6e25dd4b828e01788a3
Time: 2019-10-22
Author: nmadnani@ets.org
File Name: tests/test_input.py
Class Name:
Method Name: tearDown


Project Name: EducationalTestingService/skll
Commit Name: 7a70cd41ed1099ea03697939f398528231b48908
Time: 2018-12-04
Author: nmadnani@ets.org
File Name: tests/test_featureset.py
Class Name:
Method Name: tearDown


Project Name: explosion/thinc
Commit Name: 7ee43f4346812c46b8df43c8cdf7a3016958949c
Time: 2020-01-15
Author: ines@ines.io
File Name: setup.py
Class Name:
Method Name: clean