Skip to content
Snippets Groups Projects
Commit 801ca57a authored by Terézia Slanináková's avatar Terézia Slanináková
Browse files

Fixed typo

parent b27d9798
No related branches found
No related tags found
No related merge requests found
Pipeline #183361 passed
......@@ -75,7 +75,7 @@ $ pip install -r requirements.txt
$ # (8) Run the quick experiments, generate the report
$ python3 run-experiments.py `cat quick-experiments.txt` 2>&1 | tee outputs/experiments-quick.log
$ python3 create-report.py
$ # The partialoutput is in outputs/report.html
$ # The partial output is in outputs/report.html
$ # (9) Run the rest of the experiments
$ python3 run-experiments.py `cat experiments.txt` 2>&1 | tee outputs/experiments.log
$ python3 create-report.py
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment