TRAVIS_PYTHON_VERSION=3.7 TRAVIS_OS_NAME=linux <<<<<< ENV .coveragerc .gitattributes .github/ISSUE_TEMPLATE.md .github/PULL_REQUEST_TEMPLATE.md .gitignore .travis.yml CONTRIBUTING.md LICENSE.txt MANIFEST.in README.md docs/CNAME docs/Makefile docs/README.md docs/_templates/footer.html docs/_templates/numpydoc_docstring.rst docs/build_docs.sh docs/conf.py docs/contributing.rst docs/index.rst docs/install.rst docs/license.rst docs/reference/cluster.rst docs/reference/datasets.rst docs/reference/embed.rst docs/reference/index.rst docs/reference/inference.rst docs/reference/match.rst docs/reference/models.rst docs/reference/pipeline.rst docs/reference/plotting.rst docs/reference/simulations.rst docs/reference/subgraph.rst docs/reference/utils.rst docs/release.rst docs/release/release_0.0.1.rst docs/release/release_0.0.2.rst docs/release/release_0.0.3.rst docs/release/release_0.1.rst docs/release/release_0.2.rst docs/release/release_0.3.rst docs/release/release_template.rst docs/requirements.txt docs/tutorial.rst docs/tutorials/embedding/AdjacencySpectralEmbed.ipynb docs/tutorials/embedding/Omnibus.ipynb docs/tutorials/inference/latent_distribution_test.ipynb docs/tutorials/inference/latent_position_test.ipynb docs/tutorials/matching/faq.ipynb docs/tutorials/matching/sgm.ipynb docs/tutorials/models/models.ipynb docs/tutorials/plotting/data/sub-0025427_ses-1_dwi_desikan.npy docs/tutorials/plotting/gridplot.ipynb docs/tutorials/plotting/heatmaps.ipynb docs/tutorials/plotting/pairplot.ipynb docs/tutorials/simulations/corr.ipynb docs/tutorials/simulations/erdos_renyi.ipynb docs/tutorials/simulations/rdpg.ipynb docs/tutorials/simulations/rdpg_corr.ipynb docs/tutorials/simulations/sbm.ipynb docs/tutorials/subgraph/subgraph.ipynb graspy/__init__.py graspy/cluster/__init__.py graspy/cluster/autogmm.py graspy/cluster/base.py graspy/cluster/gclust.py graspy/cluster/kclust.py graspy/datasets/__init__.py graspy/datasets/base.py graspy/datasets/drosophila/left_adjacency.csv graspy/datasets/drosophila/left_cell_labels.csv graspy/datasets/drosophila/right_adjacency.csv graspy/datasets/drosophila/right_cell_labels.csv graspy/embed/__init__.py graspy/embed/ase.py graspy/embed/base.py graspy/embed/lse.py graspy/embed/mase.py graspy/embed/mds.py graspy/embed/omni.py graspy/embed/svd.py graspy/inference/__init__.py graspy/inference/base.py graspy/inference/latent_distribution_test.py graspy/inference/latent_position_test.py graspy/match/__init__.py graspy/match/gmp.py graspy/match/skp.py graspy/models/__init__.py graspy/models/base.py graspy/models/er.py graspy/models/rdpg.py graspy/models/sbm.py graspy/pipeline/__init__.py graspy/pipeline/mug2vec.py graspy/plot/__init__.py graspy/plot/plot.py graspy/simulations/__init__.py graspy/simulations/rdpg_corr.py graspy/simulations/simulations.py graspy/simulations/simulations_corr.py graspy/subgraph/__init__.py graspy/subgraph/sg.py graspy/utils/__init__.py graspy/utils/ptr.py graspy/utils/utils.py graspy/version/__init__.py graspy/version/version.py graspy/version/version.txt pytest.ini requirements.txt runtime.txt setup.py tests/__init__.py tests/cluster/test_autogmm.py tests/cluster/test_gclust.py tests/cluster/test_kclust.py tests/match/qapdata/chr12c.dat tests/match/qapdata/chr15a.dat tests/match/qapdata/lipa20a.dat tests/match/qapdata/lipa20b.dat tests/match/qapdata/lipa30a.dat tests/match/qapdata/lipa30b.dat tests/match/qapdata/lipa40a.dat tests/match/qapdata/lipa40b.dat tests/match/qapdata/lipa50a.dat tests/match/qapdata/lipa50b.dat tests/match/qapdata/lipa60a.dat tests/match/qapdata/lipa60b.dat tests/match/qapdata/lipa70a.dat tests/match/qapdata/lipa70b.dat tests/match/qapdata/lipa80a.dat tests/match/qapdata/lipa80b.dat tests/match/qapdata/lipa90a.dat tests/match/qapdata/lipa90b.dat tests/match/test_match.py tests/pipeline/test_mug2vec.py tests/test_base_embed.py tests/test_datasets.py tests/test_io.py tests/test_latentdistributiontest.py tests/test_latentpositiontest.py tests/test_mase.py tests/test_mds.py tests/test_models.py tests/test_omni.py tests/test_plot.py tests/test_ptr.py tests/test_rdpg_corr.py tests/test_select_dimension.py tests/test_sg.py tests/test_sims.py tests/test_sims_corr.py tests/test_sklearn.py tests/test_spectral_embed.py tests/test_svd.py tests/test_utils.py <<<<<< network # path=/home/travis/build/microsoft/graspologic/coverage.xml /home/travis/build/microsoft/graspologic <<<<<< EOF