Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/finsberg/growth-sandbox

Playing with models for cardiac growth
https://github.com/finsberg/growth-sandbox

Last synced: 3 days ago
JSON representation

Playing with models for cardiac growth

Awesome Lists containing this project

README

        

# Growth sandbox

Simple sandbox for testing growth models.

## Installation

First clone the repository and then install the dependencies
```
python3 -m pip install -e .
```

## Contributing
Contributors should first install the pre-commit hooks by running
```
python3 -m pip install pre-commit
pre-commit install
```
to ensure that the pre-commit hooks are run on every commit.
Next, you should make sure to create a new branch and make a pull request to the `main` branch.

## Getting started
Checkout the examples in the `examples` folder.

## LICENSE
MIT