"README_origin.md" did not exist on "8646a3da6caf6a607bcc87fa83fba5e29147f9ad"
Unverified Commit f148c2e2 authored by Lintang Sutawika's avatar Lintang Sutawika Committed by GitHub
Browse files

reorder

parent 0b8446a4
......@@ -300,7 +300,7 @@ def make_table(result_dict):
se = dic[m + "_stderr" + "," + f]
values.append([k, version, n, f, m, "%.4f" % v, "±", "%.4f" % se])
else:
values.append([k, n, version, f, m, "%.4f" % v, "", ""])
values.append([k, version, n, f, m, "%.4f" % v, "", ""])
k = ""
n = ""
version = ""
......
Markdown is supported
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