9f702af04dbf97de6c7e4733a7d7f84a630473ff,devtools/conda-recipe/run_test.py,,,#,7

Before Change


junit_xml = os.path.join(os.getenv("CIRCLE_TEST_REPORTS", "."), "junit.xml")

if os.getenv("CONDA_BUILD", False):
    if os.getenv("CIRCLECI", False):
        pytest_dir = os.path.join(os.path.expanduser("~"), os.getenv("CIRCLE_PROJECT_REPONAME"))
        pytest_cfg = os.path.join(pytest_dir, "setup.cfg")
    else:
        pytest_dir = os.path.join(os.getenv("RECIPE_DIR"), "../..")
        pytest_cfg = os.path.join(pytest_dir, "setup.cfg")
else:
    pytest_cfg = os.path.join(os.path.dirname(os.path.abspath(__file__)), "../../setup.cfg")
print("Using pytest config file: %s" % pytest_cfg)

After Change



junit_xml = os.path.join(os.getenv("CIRCLE_TEST_REPORTS", "."), "junit.xml")
if os.getenv("CONDA_BUILD", False):
    pytest_cfg = pkg_resources.resource_filename(test_pkg, "setup.cfg")
else:
    pytest_cfg = os.path.join(os.path.abspath(os.path.dirname(__file__)), "../../setup.cfg")
assert os.path.exists(pytest_cfg), pytest_cfg
print("Using pytest config file: %s" % pytest_cfg)
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 4

Non-data size: 3

Instances


Project Name: markovmodel/PyEMMA
Commit Name: 9f702af04dbf97de6c7e4733a7d7f84a630473ff
Time: 2017-01-05
Author: m.scherer@fu-berlin.de
File Name: devtools/conda-recipe/run_test.py
Class Name:
Method Name:


Project Name: dPys/PyNets
Commit Name: 4a432c5225262f26517776aa865c4c8428d808ad
Time: 2020-07-22
Author: dpisner@utexas.edu
File Name: pynets/plotting/plot_graphs.py
Class Name:
Method Name: plot_community_conn_mat


Project Name: CellProfiler/CellProfiler
Commit Name: 2897fcf87291c5aa3d955e3c5e8cc7957313299b
Time: 2017-07-07
Author: allen.goodman@icloud.com
File Name: cellprofiler/icons/__init__.py
Class Name:
Method Name:


Project Name: dPys/PyNets
Commit Name: 4a432c5225262f26517776aa865c4c8428d808ad
Time: 2020-07-22
Author: dpisner@utexas.edu
File Name: pynets/plotting/plot_graphs.py
Class Name:
Method Name: plot_conn_mat