Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kseen715/markov_chain
https://github.com/kseen715/markov_chain
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kseen715/markov_chain
- Owner: Kseen715
- License: isc
- Created: 2023-05-03T04:34:16.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-06-02T03:08:28.000Z (over 1 year ago)
- Last Synced: 2024-10-31T04:42:50.423Z (about 2 months ago)
- Language: Python
- Size: 557 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```