e9093fb09e4bd717fb6c3708f8ff98cacb0bcd9b,tests/conftest.py,,chainer_full_version,#Any#,115

Before Change



@pytest.fixture(scope="module", params=[CHAINER_VERSION])
def chainer_full_version(request):
    return request.param

After Change



@pytest.fixture(scope="module")
def chainer_full_version(request):
    return request.config.getoption("--chainer-full-version")
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 4

Non-data size: 5

Instances


Project Name: aws/sagemaker-python-sdk
Commit Name: e9093fb09e4bd717fb6c3708f8ff98cacb0bcd9b
Time: 2018-09-05
Author: 31293788+yangaws@users.noreply.github.com
File Name: tests/conftest.py
Class Name:
Method Name: chainer_full_version


Project Name: aws/sagemaker-python-sdk
Commit Name: e9093fb09e4bd717fb6c3708f8ff98cacb0bcd9b
Time: 2018-09-05
Author: 31293788+yangaws@users.noreply.github.com
File Name: tests/conftest.py
Class Name:
Method Name: mxnet_full_version


Project Name: aws/sagemaker-python-sdk
Commit Name: e9093fb09e4bd717fb6c3708f8ff98cacb0bcd9b
Time: 2018-09-05
Author: 31293788+yangaws@users.noreply.github.com
File Name: tests/conftest.py
Class Name:
Method Name: tf_full_version


Project Name: aws/sagemaker-python-sdk
Commit Name: e9093fb09e4bd717fb6c3708f8ff98cacb0bcd9b
Time: 2018-09-05
Author: 31293788+yangaws@users.noreply.github.com
File Name: tests/conftest.py
Class Name:
Method Name: pytorch_full_version