ba-thesis/sw
2022-11-18 13:33:59 +01:00
..
decoders Fixed merge conflict; WARNGING: Untested 2022-11-16 19:57:18 +01:00
res Fixed error in filename 2022-11-15 16:09:06 +01:00
sim_results Fixed error in filename 2022-11-15 16:09:06 +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 Automatically save sim results after completion 2022-11-18 13:33:59 +01:00
main.py Fixed merge conflict; WARNGING: Untested 2022-11-16 19:57:18 +01:00
plot_results.py Fixed graph spacing; Now calculating figsize depending on the number of row and columns 2022-11-15 16:27:11 +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-16 19:44:30 +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