From 53cfcf10531256d0e4411a7e0bda431ec27f28e7 Mon Sep 17 00:00:00 2001 From: Jonathan Herman Date: Tue, 30 Oct 2012 16:04:23 -0400 Subject: Process all non-scaling statistics for base experiments. --- parse/ft.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'parse/ft.py') diff --git a/parse/ft.py b/parse/ft.py index feb338f..4e310b0 100644 --- a/parse/ft.py +++ b/parse/ft.py @@ -20,7 +20,6 @@ def get_ft_output(data_dir, out_dir, force=False): if force: os.remove(output_file) else: - print("ft-output already exists for %s" % data_dir) return output_file if len(bins) != 0: @@ -41,7 +40,6 @@ def get_ft_output(data_dir, out_dir, force=False): # Analyze will summarize those # todo pass in f cmd_arr = [conf.BINS['analyze']] - print("cmd arr: %s-%s" % (cmd_arr, bins)) cmd_arr.extend(bins) with open(output_file, "w") as f: subprocess.call(cmd_arr, cwd=out_dir, stdout=f, stderr=err_file) -- cgit v1.2.2