.coveragerc
.gitignore
.gitlab-ci.yml
.isort.cfg
.pre-commit-config.yaml
CHANGELOG.rst
CONTRIBUTORS.rst
LICENSE.txt
README.md
environment.yml
pyproject.toml
setup.cfg
setup.py
data/paper_data.csv
data/paper_meta.csv
notebooks/ar6_vetting.ipynb
notebooks/example.ipynb
notebooks/paper_analysis.ipynb
notebooks/radar_chart.ipynb
notebooks/region_example.ipynb
src/pathways_ensemble_analysis/__init__.py
src/pathways_ensemble_analysis/_version.py
src/pathways_ensemble_analysis/assessment.py
src/pathways_ensemble_analysis/evaluation.py
src/pathways_ensemble_analysis/plot.py
src/pathways_ensemble_analysis/utils.py
src/pathways_ensemble_analysis.egg-info/PKG-INFO
src/pathways_ensemble_analysis.egg-info/SOURCES.txt
src/pathways_ensemble_analysis.egg-info/dependency_links.txt
src/pathways_ensemble_analysis.egg-info/not-zip-safe
src/pathways_ensemble_analysis.egg-info/requires.txt
src/pathways_ensemble_analysis.egg-info/top_level.txt
src/pathways_ensemble_analysis/criteria/__init__.py
src/pathways_ensemble_analysis/criteria/base.py
src/pathways_ensemble_analysis/criteria/library.py
tests/__init__.py
tests/conftest.py
tests/test_criteria.py
tests/test_evaluation.py
tests/test_other.py