Skip to content

Commit

Permalink
Update table column format
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoultas committed Jan 20, 2023
1 parent bbf088b commit 8ffa00d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rq1_jacoco_vs_sysname.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
}, subset=pd.IndexSlice[data_rows, :], na_rep="-") \
.set_properties(subset=pd.IndexSlice[header_rows, :], **{'HEADER': ''}) \
.set_properties(subset=pd.IndexSlice[bold_rows, :], **{'textbf': '--rwrap'}) \
.to_latex(hrules=False, column_format="llrrrr")
.to_latex(hrules=False, column_format="llrrrrrrr")

outTable = ''

Expand Down

0 comments on commit 8ffa00d

Please sign in to comment.