fe29f60d58eb56b5571c01bf0f955f3f1cbfb196,tests/integ/test_local_mode.py,,test_tf_local_data,#Any#,173

Before Change


@pytest.mark.local_mode
@pytest.mark.skipif(PYTHON_VERSION != "py2", reason="TensorFlow image supports only python 2.")
def test_tf_local_data(sagemaker_local_session):
    with timeout(minutes=5):
        script_path = os.path.join(DATA_DIR, "iris", "iris-dnn-classifier.py")

        estimator = TensorFlow(

After Change


@pytest.mark.local_mode
@pytest.mark.skipif(PYTHON_VERSION != "py2", reason="TensorFlow image supports only python 2.")
def test_tf_local_data(sagemaker_local_session):
    with stopit.ThreadingTimeout(5 * 60, swallow_exc=False):
        script_path = os.path.join(DATA_DIR, "iris", "iris-dnn-classifier.py")

        estimator = TensorFlow(
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 5

Non-data size: 4

Instances


Project Name: aws/sagemaker-python-sdk
Commit Name: fe29f60d58eb56b5571c01bf0f955f3f1cbfb196
Time: 2019-06-27
Author: mvs.usp@gmail.com
File Name: tests/integ/test_local_mode.py
Class Name:
Method Name: test_tf_local_data


Project Name: aws/sagemaker-python-sdk
Commit Name: fe29f60d58eb56b5571c01bf0f955f3f1cbfb196
Time: 2019-06-27
Author: mvs.usp@gmail.com
File Name: tests/integ/test_local_mode.py
Class Name:
Method Name: test_local_transform_mxnet


Project Name: aws/sagemaker-python-sdk
Commit Name: fe29f60d58eb56b5571c01bf0f955f3f1cbfb196
Time: 2019-06-27
Author: mvs.usp@gmail.com
File Name: tests/integ/test_local_mode.py
Class Name:
Method Name: test_tf_distributed_local_mode


Project Name: aws/sagemaker-python-sdk
Commit Name: fe29f60d58eb56b5571c01bf0f955f3f1cbfb196
Time: 2019-06-27
Author: mvs.usp@gmail.com
File Name: tests/integ/test_local_mode.py
Class Name:
Method Name: test_tf_local_data_local_script


Project Name: aws/sagemaker-python-sdk
Commit Name: fe29f60d58eb56b5571c01bf0f955f3f1cbfb196
Time: 2019-06-27
Author: mvs.usp@gmail.com
File Name: tests/integ/test_local_mode.py
Class Name:
Method Name: test_tf_local_mode