Denys Rozumnyi commited on
Commit
1b3c42d
1 Parent(s): a99680e
__pycache__/geom_solver.cpython-39.pyc CHANGED
Binary files a/__pycache__/geom_solver.cpython-39.pyc and b/__pycache__/geom_solver.cpython-39.pyc differ
 
geom_solver.py CHANGED
@@ -113,7 +113,7 @@ class GeomSolver(object):
113
  plot_estimate_and_gt(self.vertices, [(0,1)], self.human_entry['wf_vertices'], self.human_entry['wf_edges'])
114
  if self.vertices.shape[0] == 0:
115
  return my_empty_solution()
116
- return self.vertices, []
117
 
118
 
119
 
 
113
  plot_estimate_and_gt(self.vertices, [(0,1)], self.human_entry['wf_vertices'], self.human_entry['wf_edges'])
114
  if self.vertices.shape[0] == 0:
115
  return my_empty_solution()
116
+ return self.vertices, [(0, len(self.vertices)-1)]
117
 
118
 
119
 
testing.ipynb CHANGED
The diff for this file is too large to render. See raw diff
 
testing_backup.ipynb ADDED
The diff for this file is too large to render. See raw diff