diff options
author | Théo de la Hogue | 2023-07-10 16:34:46 +0200 |
---|---|---|
committer | Théo de la Hogue | 2023-07-10 16:34:46 +0200 |
commit | 0de7f7ddc546ef381908a2c96d4124da75ed580d (patch) | |
tree | 0f49398d2e14373b2666a982ce78658bf11b773e /src/argaze.test | |
parent | eccb31a63ce5196023810e31f6c70dcde6c151ec (diff) | |
download | argaze-0de7f7ddc546ef381908a2c96d4124da75ed580d.zip argaze-0de7f7ddc546ef381908a2c96d4124da75ed580d.tar.gz argaze-0de7f7ddc546ef381908a2c96d4124da75ed580d.tar.bz2 argaze-0de7f7ddc546ef381908a2c96d4124da75ed580d.tar.xz |
Precising a comment.
Diffstat (limited to 'src/argaze.test')
-rw-r--r-- | src/argaze.test/GazeAnalysis/DispersionThresholdIdentification.py | 2 |
1 files changed, 1 insertions, 1 deletions
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: |