18a9427c7e36a43d8b5c9aec0c432aff1851a699,featuretools/tests/computational_backend/test_calculate_feature_matrix.py,,test_saveprogress,#Any#,151

Before Change


                 [datetime(2011, 4, 10, 10, 41, i * 3) for i in range(3)] +
                 [datetime(2011, 4, 10, 11, 10, i * 3) for i in range(2)])
    property_feature = IdentityFeature(entityset["log"]["value"]) > 10
    save_progress = os.path.join(os.path.expanduser("~"), "ft_temp")
    if not os.path.exists(save_progress):
        os.makedirs(save_progress)
    if len(os.listdir(save_progress)) > 0:
        for file_path in os.listdir(save_progress):
            os.remove(os.path.join(save_progress, file_path))
    fm_save = calculate_feature_matrix([property_feature],

After Change


                 [datetime(2011, 4, 10, 10, 41, i * 3) for i in range(3)] +
                 [datetime(2011, 4, 10, 11, 10, i * 3) for i in range(2)])
    property_feature = IdentityFeature(entityset["log"]["value"]) > 10
    save_progress = tempfile.mkdtemp()
    fm_save = calculate_feature_matrix([property_feature],
                                       instance_ids=range(17),
                                       cutoff_time=times,
                                       save_progress=save_progress)
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 9

Instances


Project Name: Featuretools/featuretools
Commit Name: 18a9427c7e36a43d8b5c9aec0c432aff1851a699
Time: 2018-05-01
Author: benjaminschreck93@gmail.com
File Name: featuretools/tests/computational_backend/test_calculate_feature_matrix.py
Class Name:
Method Name: test_saveprogress


Project Name: kubeflow/kubeflow
Commit Name: 99c94d88c96c2b0a45bbbef4c8a126fa018ce513
Time: 2018-10-11
Author: 37601826+kunmingg@users.noreply.github.com
File Name: bootstrap/build.py
Class Name:
Method Name: main


Project Name: pyinstaller/pyinstaller
Commit Name: 24ba9242eab7dc30eafe3665640b37635864c1d3
Time: 2012-06-04
Author: mzibr.public@gmail.com
File Name: support/rthooks/pyi_rth_win32comgenpy.py
Class Name:
Method Name: