ba-thesis/sw
2022-11-07 14:49:05 +01:00
..
decoders Replaced manual calculation with builtin numpy functions 2022-11-07 14:49:05 +01:00
test Added unit tests for the calculation of the A nd B sets; Fixed broken unit tests 2022-11-07 14:39:09 +01:00
main.py Simulating more parameters for proximal decoding; Changed theme 2022-11-07 14:09:00 +01:00
README.md Added requirements.txt and instructions for running to README 2022-11-04 21:32:07 +01:00
requirements.txt Added requirements.txt and instructions for running to README 2022-11-04 21:32:07 +01:00

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