.gitignore
.pre-commit-config.yaml
CHANGELOG.rst
README.rst
pyproject.toml
.github/workflows/ci.yml
.github/workflows/pypi.yml
src/starccato_sampler/__init__.py
src/starccato_sampler/_version.py
src/starccato_sampler/core.py
src/starccato_sampler/optimise_start.py
src/starccato_sampler/plotting.py
src/starccato_sampler/post_proc.py
src/starccato_sampler/sampler.py
src/starccato_sampler/utils.py
src/starccato_sampler.egg-info/PKG-INFO
src/starccato_sampler.egg-info/SOURCES.txt
src/starccato_sampler.egg-info/dependency_links.txt
src/starccato_sampler.egg-info/requires.txt
src/starccato_sampler.egg-info/top_level.txt
src/starccato_sampler/evidence/__init__.py
src/starccato_sampler/evidence/gaussian_approximation_evidence.py
src/starccato_sampler/evidence/gss_evidence.py
src/starccato_sampler/evidence/harmonic_mean_evidence.py
src/starccato_sampler/evidence/stepping_stone_evidence.py
tests/conftest.py
tests/test_evidence.py
tests/test_sampler.py
tests/test_utils.py