.coveragerc
.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
CITATION.cff
LICENSE.txt
MANIFEST.in
Makefile
pyproject.toml
requirements.txt
setup.py
tox.ini
.github/workflows/ci.yml
.github/workflows/install_tox.sh
.github/workflows/package.yml
.github/workflows/publish.yml
.github/workflows/ruff.yaml
lcgp/__init__.py
lcgp/_import_util.py
lcgp/_version.py
lcgp/covmat.py
lcgp/evaluation.py
lcgp/lcgp.py
lcgp/test.py
lcgp.egg-info/PKG-INFO
lcgp.egg-info/SOURCES.txt
lcgp.egg-info/dependency_links.txt
lcgp.egg-info/requires.txt
lcgp.egg-info/top_level.txt
lcgp/tests/__init__.py
lcgp/tests/test_cov.py
lcgp/tests/test_diagnostics.py
lcgp/tests/test_initialize.py
lcgp/tests/test_training.py