FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit e68eb920 authored by M.D. Driver's avatar M.D. Driver
Browse files

remove unused variable.

parent 39e2965a
No related branches found
No related tags found
No related merge requests found
...@@ -19,7 +19,6 @@ def get_total_sorted_by_alt_metric(full_order_list, best_order_sorted_dict): ...@@ -19,7 +19,6 @@ def get_total_sorted_by_alt_metric(full_order_list, best_order_sorted_dict):
"""This gets the sorted information and orders them ready to plot them. """This gets the sorted information and orders them ready to plot them.
Need to feed in a list of all the orders, as not all may appear. Need to feed in a list of all the orders, as not all may appear.
""" """
order_tuple = tuple(sorted(best_order_sorted_dict.keys()))
numbers_by_order = [] numbers_by_order = []
for i in range(len(full_order_list)): for i in range(len(full_order_list)):
order = full_order_list[i] order = full_order_list[i]
......
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