From ba33d8ccb58f9bd7ecdd4903067cdf465ad49b84 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Fri, 11 May 2012 16:34:07 +0200 Subject: run_tests: Disable all plots --- run_tests.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'run_tests.m') diff --git a/run_tests.m b/run_tests.m index f0ccc6d..4ab6922 100644 --- a/run_tests.m +++ b/run_tests.m @@ -32,8 +32,8 @@ end opt_data = opt_pred(real_data, pred_list); [qerr(end+1), terr(end+1), opt_err] = calc_error('optimize', real_data, opt_data); -bar(qerr); -bar(terr); +%bar(qerr); +%bar(terr); [min_err, err_idx] = min(err); printf('global min. error: %d\n', sum(min_err)); -- cgit