Skip to content
Snippets Groups Projects
Commit dceb1364 authored by Felix Stutz's avatar Felix Stutz
Browse files

Minor spacing

parent 28c330d3
No related branches found
No related tags found
1 merge request!1Subset projection
......@@ -91,7 +91,7 @@ def collect_and_add_data(num_runs, example_name, path_eval):
"{:<8}".format("%2.0f" % size) + \
"{:<7}".format("%2.0f" % numprocs) + \
"{:<14}".format(" %3.0f" % size_sum_projs) + \
"{:<10}".format("%6.3f" % runtime) + \
"{:<11}".format("%6.3f" % runtime) + \
"\n"
# generates table header for summary
......@@ -103,6 +103,6 @@ def tableheader(num_runs):
"{:<9}".format("Size") + \
"{:<7}".format("|P|") + \
"{:<14}".format("Size Proj's") + \
"{:<7}".format("Time in ms ") + \
"{:<8}".format("Time in ms ") + \
"(average of " + str(num_runs) + (" run)" if num_runs == 1 else " runs)") + \
"\n\n"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment