Commit 9fabe429 authored by Fang Yuedong's avatar Fang Yuedong
Browse files

removed the debugging break in the object loop

parent db83fdd4
......@@ -196,9 +196,9 @@ class Observation(object):
for j in range(self.nobj):
# (DEBUG)
if j >= 10:
break
# # (DEBUG)
# if j >= 10:
# break
obj = self.cat.objs[j]
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment