ba-thesis/sw
2022-11-22 16:46:28 +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 Renamed sim files and added metadata 2022-11-21 13:02: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 Added docstrings and TODOs 2022-11-22 16:46:28 +01:00
main.py Modified main to work with new simulator interface 2022-11-22 16:01:09 +01:00
plot_results.py Modified visualization code to wread metadata 2022-11-21 13:28:00 +01:00
README.md Added requirements.txt and instructions for running to README 2022-11-04 21:32:07 +01:00
requirements.txt Removed spdlog as requirement 2022-11-18 13:35:09 +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