Skip to content

Commit

Permalink
Put \cline in correct location
Browse files Browse the repository at this point in the history
  • Loading branch information
mernst committed Jun 4, 2024
1 parent cb7eecb commit 957702b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/python/latex_output.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,8 +265,8 @@ def build_table2(main: pd.DataFrame, merge_tools: List[str], feature) -> str:
\\multicolumn{2}{c|}{Other Branches} &
\\multicolumn{2}{c}{Main Branch} &
\\multicolumn{2}{c}{Other Branches} \\\\
\\hline
& \\# & \\% & \\# & \\% & \\# & \\% & \\# & \\% & \\# & \\% & \\# & \\% \\\\\n"""
& \\# & \\% & \\# & \\% & \\# & \\% & \\# & \\% & \\# & \\% & \\# & \\% \\\\
\\hline\n"""

for _, merge_tool in enumerate(merge_tools):
merge_main = main[merge_tool]
Expand Down

0 comments on commit 957702b

Please sign in to comment.