summaryrefslogtreecommitdiff
path: root/run_tests.m
diff options
context:
space:
mode:
Diffstat (limited to 'run_tests.m')
-rw-r--r--run_tests.m4
1 files changed, 2 insertions, 2 deletions
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));