aboutsummaryrefslogtreecommitdiff
path: root/src/argaze.test/GazeAnalysis/VelocityThresholdIdentification.py
diff options
context:
space:
mode:
authorThéo de la Hogue2024-03-12 15:31:55 +0100
committerThéo de la Hogue2024-03-12 15:31:55 +0100
commit182844cfbc1462c266245186f97f05986f0170ce (patch)
tree27f322e20ef5f20e3a5db8d454567add62df04e7 /src/argaze.test/GazeAnalysis/VelocityThresholdIdentification.py
parentaf7657659453b8cf19ce7be5447456c86b35d59c (diff)
downloadargaze-182844cfbc1462c266245186f97f05986f0170ce.zip
argaze-182844cfbc1462c266245186f97f05986f0170ce.tar.gz
argaze-182844cfbc1462c266245186f97f05986f0170ce.tar.bz2
argaze-182844cfbc1462c266245186f97f05986f0170ce.tar.xz
Fixing tests.
Diffstat (limited to 'src/argaze.test/GazeAnalysis/VelocityThresholdIdentification.py')
-rw-r--r--src/argaze.test/GazeAnalysis/VelocityThresholdIdentification.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/argaze.test/GazeAnalysis/VelocityThresholdIdentification.py b/src/argaze.test/GazeAnalysis/VelocityThresholdIdentification.py
index 051265c..5dce9b2 100644
--- a/src/argaze.test/GazeAnalysis/VelocityThresholdIdentification.py
+++ b/src/argaze.test/GazeAnalysis/VelocityThresholdIdentification.py
@@ -300,7 +300,7 @@ class TestVelocityThresholdIdentificationClass(unittest.TestCase):
# Iterate on gaze positions
for gaze_position in ts_gaze_positions:
- finished_gaze_movement = gaze_movement_identifier.identify(gaze_position.timestamp, gaze_position, terminate=(gaze_position.timestamp == ts_gaze_positions[-1]))
+ finished_gaze_movement = gaze_movement_identifier.identify(gaze_position, terminate=(gaze_position.timestamp == ts_gaze_positions[-1]))
# Check that last gaze position date is not equal to given gaze position date
if finished_gaze_movement: