Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kseen715/markov_chain


https://github.com/kseen715/markov_chain

Last synced: 5 days ago
JSON representation

Awesome Lists containing this project

README

        

Markov Chain transmission model
===============================



This is the implementation of *Markov Chain transmission model* for the course of the bachelor's degree.

Requirements
------------

To install required modules, run:
```
python pip install -r requirements.txt
```

Scripts
-------
Click to expand:

pytest

To perform **pytest**, run, on Windows:
```
test_py.bat
```
or, on Linux:
```
sh test_py.sh
```

CLOC

To install **cloc**, run, on Windows:
```
choco install cloc
```
To perform **cloc** for this code, run, on Windows:
```
cloc_py.bat
```
or, on Linux:
```
sh cloc_py.sh
```