/feisty

Python implementation for the Fisheries Size and Functional Type model (FEISTY)

Primary LanguagePythonMIT LicenseMIT

GitHub Workflow CI Status GitHub Workflow Code Style Status https://img.shields.io/codecov/c/github/marbl-ecosys/feisty.svg?style=for-the-badge

feisty

Development

For a development install, do the following in the repository directory:

conda env update -f ci/environment.yml
conda activate dev-feisty
python -m pip install -e .

Also, please install pre-commit hooks from the root directory of the created project by running:

pre-commit install

These code style pre-commit hooks (black, isort, flake8, ...) will run every time you are about to commit code.