From 2844e3887b4ff635dfa85e9b2ec773b06fe9af4f Mon Sep 17 00:00:00 2001 From: Jonathan Herman Date: Fri, 28 Sep 2012 16:55:30 -0400 Subject: Added option to parse scaling factors against a base task set. --- run_exps.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'run_exps.py') diff --git a/run_exps.py b/run_exps.py index bda0e40..4484952 100755 --- a/run_exps.py +++ b/run_exps.py @@ -218,7 +218,7 @@ def main(): print(" Successful:\t\t%d" % succ) print(" Failed:\t\t%d" % failed) print(" Already Done:\t\t%d" % done) - print(" Invalid Kernel:\t\t%d" % invalid) + print(" Wrong Kernel:\t\t%d" % invalid) if __name__ == '__main__': -- cgit v1.2.2