Skip to main content

Continous Time Markov Chain

Project description

Build Status Binder

ctmc

Table of Contents

Installation

The ctmc git repo is available as PyPi package

pip install ctmc

Usage

Check the examples folder for notebooks.

Commands

  • Check syntax: flake8 --ignore=F401
  • Run Unit Tests: python -W ignore -m unittest discover
  • Remove .pyc files: 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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ctmc-0.1.3.tar.gz (6.2 kB view details)

Uploaded Source

File details

Details for the file ctmc-0.1.3.tar.gz.

File metadata

  • Download URL: ctmc-0.1.3.tar.gz
  • Upload date:
  • Size: 6.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.14.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.7.4

File hashes

Hashes for ctmc-0.1.3.tar.gz
Algorithm Hash digest
SHA256 75f3ce898c7cc9c0b3f2233a2de3608a8befac248e3181466c9e71063319b0e2
MD5 dde117742aef8b2890f0e368254845dc
BLAKE2b-256 8619abdefb69472fe26c55e57a003d4e944ee986f8246c84b2ece028dbda67f3

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page