aboutsummaryrefslogtreecommitdiff
path: root/src/argaze.test/GazeAnalysis
diff options
context:
space:
mode:
authorThéo de la Hogue2024-02-29 16:09:50 +0100
committerThéo de la Hogue2024-02-29 16:09:50 +0100
commit74fb292fd3fd8012dcf82f1d62a03ac738424b58 (patch)
tree791f65521edaa4c1a644d5a03dd7105698cab5d6 /src/argaze.test/GazeAnalysis
parentcd601be0b9366a9bd1554523319e57801440ed64 (diff)
downloadargaze-74fb292fd3fd8012dcf82f1d62a03ac738424b58.zip
argaze-74fb292fd3fd8012dcf82f1d62a03ac738424b58.tar.gz
argaze-74fb292fd3fd8012dcf82f1d62a03ac738424b58.tar.bz2
argaze-74fb292fd3fd8012dcf82f1d62a03ac738424b58.tar.xz
Updating more test.
Diffstat (limited to 'src/argaze.test/GazeAnalysis')
-rw-r--r--src/argaze.test/GazeAnalysis/DispersionThresholdIdentification.py3
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)