From 38aefb1a913d2fc0454b75d272e487caacd30f39 Mon Sep 17 00:00:00 2001 From: jezozwierzak <jezozwierzak@gmail.com> Date: Thu, 23 Aug 2012 09:56:59 +0200 Subject: [PATCH] Added Avg --- utils/chunk_eval.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/utils/chunk_eval.py b/utils/chunk_eval.py index c0ac9e9..538c06b 100755 --- a/utils/chunk_eval.py +++ b/utils/chunk_eval.py @@ -167,8 +167,7 @@ def main(ch_path, ref_path, chan_names, input_format, out_path, tagset, verbose, results[chan_name] = stats.getStats() csvTable.addRow(results) - if folds > 1: - csvTable.countAvg() + csvTable.countAvg() if out_path != '': out = codecs.open(out_path, "w", "utf-8") -- GitLab