From 0de7f7ddc546ef381908a2c96d4124da75ed580d Mon Sep 17 00:00:00 2001 From: Théo de la Hogue Date: Mon, 10 Jul 2023 16:34:46 +0200 Subject: Precising a comment. --- src/argaze.test/GazeAnalysis/DispersionThresholdIdentification.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/argaze.test') diff --git a/src/argaze.test/GazeAnalysis/DispersionThresholdIdentification.py b/src/argaze.test/GazeAnalysis/DispersionThresholdIdentification.py index 42b1675..b7475b5 100644 --- a/src/argaze.test/GazeAnalysis/DispersionThresholdIdentification.py +++ b/src/argaze.test/GazeAnalysis/DispersionThresholdIdentification.py @@ -398,7 +398,7 @@ class TestDispersionThresholdIdentificationClass(unittest.TestCase): self.assertNotEqual(last_ts, ts) # Check that last gaze position date of current fixation is equal to given gaze position date - # NOTE: This is not true for saccade as there is a minimal time window while the gaze movement is unknown + # NOTE: This is not true for saccade as, for I-DT, there is a minimal time window while the gaze movement is unknown current_gaze_movement = gaze_movement_identifier.current_gaze_movement if current_gaze_movement.valid: -- cgit v1.1