To run the code, first clone the repository:
git clone https://github.com/GabrielMissael/cosmoforests
and then run the following commands to create the environment and install the dependencies:
cd cosmoforests
conda env create -f env.yml
conda activate cosmoforests