Skip to content

Latest commit

 

History

History
49 lines (30 loc) · 1.39 KB

File metadata and controls

49 lines (30 loc) · 1.39 KB

Welcome to CASBI (Chemical Abundance Simulation Based Inference)

arXiv License: MIT Documentation Status codecov

CASBI Complete

Installation

The Python package CASBI can be installed from PyPI:

python -m pip install CASBI

Development installation

If you want to contribute to the development of CASBI, we recommend the following editable installation from this repository:

git clone https://github.com/vepe99/CASBI.git
cd CASBI
python -m pip install --editable .[tests]

Having done so, the test suite can be run using pytest:

python -m pytest

Acknowledgments

This repository was set up using the SSC Cookiecutter for Python Packages.

Cite

how to cite this code: if you find this code useful for your analyses, please cite the associated paper, as well as:

-NeurIPS paper: https://arxiv.org/abs/2411.17269