aboutsummaryrefslogtreecommitdiff
path: root/py
diff options
context:
space:
mode:
authorHolden Rohrer <hr@hrhr.dev>2021-01-21 05:13:47 -0500
committerHolden Rohrer <hr@hrhr.dev>2021-01-21 05:13:53 -0500
commit83edee239670ce58e39e7a064572964335d3879d (patch)
treee4896f9365a7efd33a2c256409c80af76ac33927 /py
parent2b146b8391fd5ca9c8c70d7530ad3968721324e9 (diff)
fixed graphs and tables for report and logbook
Poster is very broken. The Report and Logbook are okay, but have last year's images.
Diffstat (limited to 'py')
-rw-r--r--py/pvals.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/pvals.py b/py/pvals.py
index 9f46826..c11291e 100644
--- a/py/pvals.py
+++ b/py/pvals.py
@@ -53,7 +53,7 @@ for n in range(len(trials)):
trial = trials[n]
pvals[meths.index(trial.method)][sizes.index(trial.size)] = '%.4f' % calcpval(n)
-print('\\tabrule $12\\times12$&$24\\times24$\\cr\\tabrule')
+print('\\tabrule &$12\\times12$&$24\\times24$\\cr\\tabrule')
for row in range(len(meths)):
print(fancy[meths[row]],end='')
for col in range(len(sizes)):