summaryrefslogtreecommitdiff
path: root/stats
diff options
context:
space:
mode:
Diffstat (limited to 'stats')
-rwxr-xr-xstats/gen_report.py4
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="""