Skip to content

Commit bb4d3f0

Browse files
committed
fix: order of columns in evaluation
1 parent f09f1c0 commit bb4d3f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

evaluation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def summary_tabular_short_header() -> str:
110110
\centering
111111
\begin{tabular}[h]{@{}lrrr@{}}
112112
\toprule
113-
Generalization & \(F_2\) & SEN & PPV \\
113+
Generalization & SEN & PPV & \(F_2\) \\
114114
\midrule
115115
'''
116116

0 commit comments

Comments
 (0)