ctmc2
Continous Time Markov Chain (with automatic error correction)
Table of Contents
Installation
The ctmc2 git repo is available as PyPi package
pip install ctmc2
Usage
Check the examples folder for notebooks.
Commands
- Check syntax:
flake8 --ignore=F401 - Remove
.pycfiles:find . -type f -name "*.pyc" | xargs rm - Remove
__pycache__folders:find . -type d -name "__pycache__" | xargs rm -rf - Upload to PyPi with twine:
python setup.py sdist && twine upload -r pypi dist/*
Debugging
- Notebooks to profile python code are in the profile folder
Support
Please open an issue for support.
Contributing
Please contribute using Github Flow. Create a branch, add commits, and open a pull request.
Release files for ctmc2 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| ctmc2-0.1.0.tar.gz | 3.0 kB | Details |
Release files / ctmc2-0.1.0.tar.gz
| Download URL | ctmc2-0.1.0.tar.gz |
|---|---|
| Size | 3.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
0f8f2ce0dfca66023dcbeb29af07d2075c08e0352854a5b536964d5933626761
|
|
BLAKE2b-256 checksum How to use checksums |
add879f325b85dbe29c50c42668906776533ca4a9c3fc69f60102164184802e4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/3.6.2
|