.copier-answers.yml
.gitignore
.pre-commit-config.yaml
.prepare_project.sh
LICENSE
README.md
pyproject.toml
.github/ISSUE_TEMPLATE/0-general_issue.md
.github/ISSUE_TEMPLATE/1-bug_report.md
.github/ISSUE_TEMPLATE/2-feature_request.md
.github/workflows/add-issue-to-project-tracker.yml
.github/workflows/linting.yml
.github/workflows/publish-to-pypi.yml
.github/workflows/smoke-test.yml
.github/workflows/testing-and-coverage.yml
examples/TPZ_example_notebook.ipynb
src/pz_rail_tpz.egg-info/PKG-INFO
src/pz_rail_tpz.egg-info/SOURCES.txt
src/pz_rail_tpz.egg-info/dependency_links.txt
src/pz_rail_tpz.egg-info/requires.txt
src/pz_rail_tpz.egg-info/top_level.txt
src/rail/estimation/algos/tpz_lite.py
src/rail/estimation/algos/ml_codes/TPZ.py
src/rail/estimation/algos/mlz_utils/analysis.py
src/rail/estimation/algos/mlz_utils/data.py
src/rail/estimation/algos/mlz_utils/utils_mlz.py
src/rail/examples_data/estimation_data/tpz_testfile_1000.hdf5
src/rail/rail_tpz/__init__.py
src/rail/rail_tpz/_version.py
tests/test_tpz.py