ba-thesis/sw
2022-11-24 12:49:01 +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 duration and end_time to metadata 2022-11-23 15:42:10 +01:00
test Renamed utility.simulations to utility.simulation; Implemented first version of the SimulationManager class 2022-11-13 23:14:47 +01:00
utility Added iteration limit 2022-11-24 12:48:32 +01:00
main.py Simulation name now also being saved as metadata 2022-11-23 12:55:35 +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