dmytromishkin commited on
Commit
d8d9fce
1 Parent(s): c3d5ba8

Update handcrafted_solution.py

Browse files
Files changed (1) hide show
  1. 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)], [0]
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):