From 957702b7255888a807a8e23691f3fd85891f95d0 Mon Sep 17 00:00:00 2001 From: Michael Ernst Date: Tue, 4 Jun 2024 10:30:40 -0700 Subject: [PATCH] Put `\cline` in correct location --- src/python/latex_output.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/python/latex_output.py b/src/python/latex_output.py index fd861b5739..fc4f75aa8b 100755 --- a/src/python/latex_output.py +++ b/src/python/latex_output.py @@ -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]