Skip to content

Commit 04dd8b6

Browse files
committed
Fix typo
1 parent 83603ff commit 04dd8b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

behavior_metrics/brains/f1/brain_f1_opencv.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def execute(self):
116116
if (timestamp - self.previous_timestamp >= 0.085):
117117
self.previous_image = self.camera.getImage().data
118118
'''
119-
image = self.previous_image
119+
#image = self.previous_image
120120

121121
image = self.camera.getImage().data
122122
if image.shape == (3, 3, 3):

0 commit comments

Comments
 (0)