aboutsummaryrefslogtreecommitdiff
path: root/behaviors
diff options
context:
space:
mode:
authorGravatar rcoh <rcoh@mit.edu>2010-12-25 16:32:29 -0500
committerGravatar rcoh <rcoh@mit.edu>2010-12-25 16:32:29 -0500
commitb09a41f0891c041ad4fcecca59d03f52fe9ee9e8 (patch)
tree26cf710c89c3930c836de078277b9b761ed185b1 /behaviors
parent1b84f44faacfe83d4f3603b4df913ed01bf79d09 (diff)
some testcode that should be in the testing branch, but w/e. A method to composite to xml trees,
and a unit test to test it.
Diffstat (limited to 'behaviors')
-rw-r--r--behaviors/AllPixelsLeft.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/behaviors/AllPixelsLeft.py b/behaviors/AllPixelsLeft.py
index 7f731e9..0c66f2f 100644
--- a/behaviors/AllPixelsLeft.py
+++ b/behaviors/AllPixelsLeft.py
@@ -6,6 +6,5 @@ class AllPixelsLeft(Behavior):
for sensory in sensorInputs:
xLoc = sensory['Location'][0]
if type(xLoc) == type(tuple()):
- pdb.set_trace()
sensory['Location'] = '[{x}<' + str(xLoc) + ']'
return (sensorInputs, recursiveInputs)