diff options
author | Théo de la Hogue | 2024-02-29 16:09:50 +0100 |
---|---|---|
committer | Théo de la Hogue | 2024-02-29 16:09:50 +0100 |
commit | 74fb292fd3fd8012dcf82f1d62a03ac738424b58 (patch) | |
tree | 791f65521edaa4c1a644d5a03dd7105698cab5d6 /src/argaze.test/GazeAnalysis/DispersionThresholdIdentification.py | |
parent | cd601be0b9366a9bd1554523319e57801440ed64 (diff) | |
download | argaze-74fb292fd3fd8012dcf82f1d62a03ac738424b58.zip argaze-74fb292fd3fd8012dcf82f1d62a03ac738424b58.tar.gz argaze-74fb292fd3fd8012dcf82f1d62a03ac738424b58.tar.bz2 argaze-74fb292fd3fd8012dcf82f1d62a03ac738424b58.tar.xz |
Updating more test.
Diffstat (limited to 'src/argaze.test/GazeAnalysis/DispersionThresholdIdentification.py')
-rw-r--r-- | src/argaze.test/GazeAnalysis/DispersionThresholdIdentification.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/argaze.test/GazeAnalysis/DispersionThresholdIdentification.py b/src/argaze.test/GazeAnalysis/DispersionThresholdIdentification.py index 311f31b..156f6f1 100644 --- a/src/argaze.test/GazeAnalysis/DispersionThresholdIdentification.py +++ b/src/argaze.test/GazeAnalysis/DispersionThresholdIdentification.py @@ -113,9 +113,6 @@ class TestDispersionThresholdIdentificationClass(unittest.TestCase): gaze_movement_identifier = DispersionThresholdIdentification.GazeMovementIdentifier(deviation_max_threshold=deviation_max, duration_min_threshold=max_time*2) ts_fixations, ts_saccades, ts_status = gaze_movement_identifier.browse(ts_gaze_positions) - # DEBUG - print(gaze_movement_identifier) - # Check result size self.assertEqual(len(ts_fixations), 1) self.assertEqual(len(ts_saccades), 0) |