ba-thesis/sw
2022-11-28 16:01:11 +01:00
..
cpp Added check for vector dimensions to cpp proximal decoder 2022-11-27 02:40:11 +01:00
decoders Now proximaldecoder is returning 'None' on decoding failure 2022-11-24 12:49:01 +01:00
res Fixed error in filename 2022-11-15 16:09:06 +01:00
sim_results Added test simulation results for different omegas 2022-11-25 10:42:47 +01:00
test Put simulation code into separate module 2022-11-25 19:36:57 +01:00
utility WARNING: Non-multithreaded simulators broken: Adapted serialization to multithreaded simulator 2022-11-28 16:00:03 +01:00
main.py Put simulation code into separate module 2022-11-25 19:36:57 +01:00
plot_results.py Put simulation code into separate module 2022-11-25 19:36:57 +01:00
README.md Added note to readme about python version 2022-11-28 16:00:18 +01:00
requirements.txt Updated requirements.txt 2022-11-23 15:42:21 +01:00
simulate_2d_dec_fails.py Added simulate_2d_dec_fails.py 2022-11-28 16:01:11 +01:00

Bachelorarbeit

Software

Warning: At least a Python 3.9 or higher is required to properly run the scripts in this project

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