Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/finsberg/growth-sandbox
- Owner: finsberg
- License: mit
- Created: 2024-10-29T16:40:46.000Z (17 days ago)
- Default Branch: main
- Last Pushed: 2024-11-09T10:43:45.000Z (6 days ago)
- Last Synced: 2024-11-09T11:29:06.104Z (6 days ago)
- Language: Python
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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