ba-thesis/sw
2022-11-23 15:42:10 +01:00
..
decoders Reformatted all code 2022-11-23 11:45:44 +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 duration and end_time to metadata 2022-11-23 15:42:10 +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 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