dmytromishkin
commited on
Update handcrafted_solution.py
Browse files- handcrafted_solution.py +1 -1
handcrafted_solution.py
CHANGED
@@ -14,7 +14,7 @@ from hoho.color_mappings import gestalt_color_mapping, ade20k_color_mapping
|
|
14 |
|
15 |
def empty_solution():
|
16 |
'''Return a minimal valid solution, i.e. 2 vertices and 1 edge.'''
|
17 |
-
return np.zeros((2,3)), [(0, 1)]
|
18 |
|
19 |
|
20 |
def convert_entry_to_human_readable(entry):
|
|
|
14 |
|
15 |
def empty_solution():
|
16 |
'''Return a minimal valid solution, i.e. 2 vertices and 1 edge.'''
|
17 |
+
return np.zeros((2,3)), [(0, 1)]
|
18 |
|
19 |
|
20 |
def convert_entry_to_human_readable(entry):
|