diff options
author | Martin Peres <martin.peres@linux.intel.com> | 2015-08-06 14:16:09 +0300 |
---|---|---|
committer | Martin Peres <martin.peres@linux.intel.com> | 2015-08-06 14:16:09 +0300 |
commit | 73a30832cdb830c4a55006e9fae243cade8c7106 (patch) | |
tree | 332840f620828f35d50898af3f33452c80ffb205 /stats | |
parent | 5f2055c55c48ccd1fc15a74c270b20d50017c2cc (diff) |
stats/gen_report: Generate the images by default
Diffstat (limited to 'stats')
-rwxr-xr-x | stats/gen_report.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stats/gen_report.py b/stats/gen_report.py index a15718c..dd3a179 100755 --- a/stats/gen_report.py +++ b/stats/gen_report.py @@ -252,7 +252,7 @@ def kde_scipy(x, x_grid, bandwidth=0.2, **kwargs): return kde.evaluate(x_grid) # Generate the spark lines -"""print("Generating the sparklines",end="",flush=True) +print("Generating the sparklines",end="",flush=True) for commit in commits: for result in commit.results: fig, ax = plt.subplots(1,1,figsize=(1.25,.3)) @@ -323,7 +323,7 @@ for c in range (0, len(commits)): line=exc_tb.tb_lineno)) plt.close() print('.',end="",flush=True) -print(" DONE")""" +print(" DONE") # Generate the report html_template=""" |