| .. | ||
| decoders | ||
| res | ||
| sim_results | ||
| test | ||
| utility | ||
| main.py | ||
| plot_results.py | ||
| README.md | ||
| requirements.txt | ||
Bachelorarbeit
Software
Create a python virtual environment
In the root directory of this repository run
$ python3 -m venv venv
$ source venv/bin/activate
$ pip3 install -r requirements.txt
Run the unit tests
In the root directory of this repository run
$ python -m unittest discover test