ba-thesis/sw
2022-11-07 19:40:06 +01:00
..
decoders Removed TODO 2022-11-07 19:40:06 +01:00
test Added proper unit tests for gradient calculation 2022-11-07 19:38:41 +01:00
main.py Added timer and changed simulation params 2022-11-07 15:34:39 +01:00
README.md Added requirements.txt and instructions for running to README 2022-11-04 21:32:07 +01:00
requirements.txt Added requirements.txt and instructions for running to README 2022-11-04 21:32:07 +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