Skip to content
Snippets Groups Projects
Commit 38aefb1a authored by jezozwierzak's avatar jezozwierzak
Browse files

Added Avg

parent ff245095
Branches
No related merge requests found
...@@ -167,8 +167,7 @@ def main(ch_path, ref_path, chan_names, input_format, out_path, tagset, verbose, ...@@ -167,8 +167,7 @@ def main(ch_path, ref_path, chan_names, input_format, out_path, tagset, verbose,
results[chan_name] = stats.getStats() results[chan_name] = stats.getStats()
csvTable.addRow(results) csvTable.addRow(results)
if folds > 1: csvTable.countAvg()
csvTable.countAvg()
if out_path != '': if out_path != '':
out = codecs.open(out_path, "w", "utf-8") out = codecs.open(out_path, "w", "utf-8")
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment