File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ def plot_speed_graph_baseline_precision(outcomes, args):
6363 rival_cmp = outcomes .loc [(outcomes ['tool_name' ] == "valid-rival" ) & (outcomes ['baseline_precision' ] > 73 )]
6464 sollya_cmp = outcomes .loc [(outcomes ['tool_name' ] == "valid-sollya" ) & (outcomes ['baseline_precision' ] > 73 )]
6565
66- print ("\\ newcommand{\\ NumTunedPoints}{" + rival_cmp ['number_of_points' ].sum () + "\\ xspace}" )
66+ print ("\\ newcommand{\\ NumTunedPoints}{" + str ( rival_cmp ['number_of_points' ].sum () ) + "\\ xspace}" )
6767
6868 rival_initial = float (outcomes .loc [(outcomes ['tool_name' ] == "valid-rival" ) & (outcomes ['baseline_precision' ] == 73 )]['time' ])
6969 baseline_initial = float (outcomes .loc [(outcomes ['tool_name' ] == "valid-baseline" ) & (outcomes ['baseline_precision' ] == 73 )]['time' ])
You can’t perform that action at this time.
0 commit comments