.gitignore
.pre-commit-config.yaml
LICENSE
README.md
ci_environment.yaml
pyproject.toml
.github/workflows/lint.yml
.github/workflows/publish.yml
.github/workflows/tests.yml
examples/bilby_gw_examples/README.md
examples/bilby_gw_examples/calibration_example.py
examples/bilby_gw_examples/fast_example.py
src/nessai_gw/__init__.py
src/nessai_gw/proposals.py
src/nessai_gw.egg-info/PKG-INFO
src/nessai_gw.egg-info/SOURCES.txt
src/nessai_gw.egg-info/dependency_links.txt
src/nessai_gw.egg-info/entry_points.txt
src/nessai_gw.egg-info/requires.txt
src/nessai_gw.egg-info/top_level.txt
src/nessai_gw/reparameterisations/__init__.py
src/nessai_gw/reparameterisations/distance.py
src/nessai_gw/reparameterisations/distance_converters.py
src/nessai_gw/reparameterisations/phase.py
src/nessai_gw/reparameterisations/utils.py
tests/conftest.py
tests/test_proposals.py
tests/test_reparameterisations/test_distance.py
tests/test_reparameterisations/test_distance_converters.py
tests/test_reparameterisations/test_phase.py
tests/test_reparameterisations/test_reparameterisation_integration.py
tests/test_reparameterisations/test_utils.py