Mercurial > hg > webaudioevaluationtool
comparison scripts/generate_report.py @ 798:397f19747594
Instructions update (WIP); removed basic instructions from README.
author | Brecht De Man <BrechtDeMan@users.noreply.github.com> |
---|---|
date | Fri, 18 Dec 2015 01:45:54 +0000 |
parents | 18dc725bb5c2 |
children | 43801b3d6131 |
comparison
equal
deleted
inserted
replaced
797:b7862798441d | 798:397f19747594 |
---|---|
9 import shlex # for calling pdflatex | 9 import shlex # for calling pdflatex |
10 import matplotlib.pyplot as plt # plots | 10 import matplotlib.pyplot as plt # plots |
11 import numpy as np # numbers | 11 import numpy as np # numbers |
12 | 12 |
13 # Command line arguments | 13 # Command line arguments |
14 assert len(sys.argv)<4, "evaluation_stats takes at most 2 command line argument\n"+\ | 14 assert len(sys.argv)<4, "generate_report takes at most 2 command line arguments\n"+\ |
15 "Use: python generate_report.py [results_folder] [no_render | -nr]" | 15 "Use: python generate_report.py [results_folder] [no_render | -nr]" |
16 | 16 |
17 render_figures = True | 17 render_figures = True |
18 | 18 |
19 # XML results files location | 19 # XML results files location |