aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThéo de la Hogue2022-12-09 12:47:30 +0100
committerThéo de la Hogue2022-12-09 12:47:30 +0100
commita530b85b9b8d17ec1d1d62355db6693219cd7cd8 (patch)
tree4f840cd6520aa7b166e3ed8e32f50bac7463434e /src
parent77e3df0735220d70b566f5b2c46eab0db5cfff03 (diff)
downloadargaze-a530b85b9b8d17ec1d1d62355db6693219cd7cd8.zip
argaze-a530b85b9b8d17ec1d1d62355db6693219cd7cd8.tar.gz
argaze-a530b85b9b8d17ec1d1d62355db6693219cd7cd8.tar.bz2
argaze-a530b85b9b8d17ec1d1d62355db6693219cd7cd8.tar.xz
Adding a new line.
Diffstat (limited to 'src')
-rw-r--r--src/argaze/GazeAnalysis/DispersionBasedGazeMovementIdentifier.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/argaze/GazeAnalysis/DispersionBasedGazeMovementIdentifier.py b/src/argaze/GazeAnalysis/DispersionBasedGazeMovementIdentifier.py
index 477aec5..fc565c6 100644
--- a/src/argaze/GazeAnalysis/DispersionBasedGazeMovementIdentifier.py
+++ b/src/argaze/GazeAnalysis/DispersionBasedGazeMovementIdentifier.py
@@ -105,7 +105,7 @@ class GazeMovementIdentifier(GazeFeatures.GazeMovementIdentifier):
# Ignore non valid start position
if not gaze_position_start.valid:
-
+
self.__ts_gaze_positions.pop_first()
continue