Skip to content

Commit bbe8dc0

Browse files
committed
update box
1 parent 742b908 commit bbe8dc0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

find_nearest_box.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ def updateBoxCoordinates(self, box_right_neighbours, box_left_neighbours):
152152

153153
new_box = self.getTargetBoxCordinates()
154154

155-
print("old box cordinates:", new_box)
155+
#print("old box cordinates:", new_box)
156156

157157
for box_name, box_indx in box_right_neighbours.items():
158158

@@ -162,7 +162,7 @@ def updateBoxCoordinates(self, box_right_neighbours, box_left_neighbours):
162162

163163
new_box[box_name] = self.getExtendedBoxCoordinates(box_indx[0], box_indx[1])
164164

165-
print("new box cordinates:", new_box)
165+
#print("new box cordinates:", new_box)
166166

167167
def getExtendedBoxCoordinates(self, box, box_r_or_l):
168168
"""

0 commit comments

Comments
 (0)