ba-thesis/sw
2022-11-25 18:53:29 +01:00
..
cpp Made cpp ProximalDecoder picklable 2022-11-25 18:47:23 +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 Fixed proximal unit tests 2022-11-25 11:30:55 +01:00
utility Renamed Simulator to ProximalDecoderSimulator and added ProximalDecoder specific functionality 2022-11-25 18:53:29 +01:00
main.py Renamed Simulator to ProximalDecoderSimulator and added ProximalDecoder specific functionality 2022-11-25 18:53:29 +01:00
plot_results.py Simulation name now also being saved as metadata 2022-11-23 12:55:35 +01:00
README.md Added requirements.txt and instructions for running to README 2022-11-04 21:32:07 +01:00
requirements.txt Updated requirements.txt 2022-11-23 15:42:21 +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