Drafted bayes report

This commit is contained in:
2024-10-16 15:50:07 -04:00
parent 6473765329
commit f0eb89cd4f
6 changed files with 215 additions and 15 deletions

View File

@@ -36,7 +36,7 @@ def csv2Table(inFile):
rows = list(reader)
out = "\\begin{table}[h!]\n\\centering\n"
out += "\\begin{tabular}[t]{|" + " c | c | c | c | p{6cm} |}\n"
out += "\\begin{tabular}[t]{|" + " c | p{1.3cm} | c | c | p{6cm} |}\n"
out += "\\hline\n"
for row in rows: