From 78d2f6801e2b1c80d4685c9fb3186c205b7dc9e6 Mon Sep 17 00:00:00 2001 From: Théo de la Hogue Date: Mon, 11 Mar 2024 17:11:49 +0100 Subject: removing property decorator to method that was not an object property but an object status. --- src/argaze.test/GazeAnalysis/VelocityThresholdIdentification.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/argaze.test/GazeAnalysis/VelocityThresholdIdentification.py') diff --git a/src/argaze.test/GazeAnalysis/VelocityThresholdIdentification.py b/src/argaze.test/GazeAnalysis/VelocityThresholdIdentification.py index 1c7f7e3..051265c 100644 --- a/src/argaze.test/GazeAnalysis/VelocityThresholdIdentification.py +++ b/src/argaze.test/GazeAnalysis/VelocityThresholdIdentification.py @@ -308,7 +308,7 @@ class TestVelocityThresholdIdentificationClass(unittest.TestCase): self.assertNotEqual(finished_gaze_movement[-1].timestamp, gaze_position.timestamp) # Check that last gaze position date of current movement is equal to given gaze position date - current_gaze_movement = gaze_movement_identifier.current_gaze_movement + current_gaze_movement = gaze_movement_identifier.current_gaze_movement() if current_gaze_movement: self.assertEqual(current_gaze_movement[-1].timestamp, gaze_position.timestamp) -- cgit v1.1