Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maurosilber/simbio-corbat2018
https://github.com/maurosilber/simbio-corbat2018
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/maurosilber/simbio-corbat2018
- Owner: maurosilber
- License: mit
- Created: 2022-10-24T15:09:23.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-08T00:10:09.000Z (over 1 year ago)
- Last Synced: 2024-11-29T20:09:49.993Z (about 1 month ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# simbio-corbat2018
## Installation
```
pip install simbio-corbat2018
```## Usage
```python
from simbio.models.corbat2018 import Corbat2018_extrinsic
from simbio.simulator import Simulatort = range(100)
Simulator(Corbat2018_extrinsic).run(t).plot()
```