mirror of
https://github.com/asimonson1125/Implementations-of-Probability-Theory.git
synced 2026-02-25 06:09:50 -06:00
Drafted bayes report
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user