From 59d47fa2ea032c5d47812e9b7b5e80cec344f59a Mon Sep 17 00:00:00 2001 From: Théo de la Hogue Date: Wed, 4 Oct 2023 19:37:04 +0200 Subject: minor --- src/argaze/GazeFeatures.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/argaze/GazeFeatures.py b/src/argaze/GazeFeatures.py index 523bf2c..bd1a3da 100644 --- a/src/argaze/GazeFeatures.py +++ b/src/argaze/GazeFeatures.py @@ -847,8 +847,8 @@ class AOIScanPath(list): super().__init__() self.duration_max = duration_max - self.expected_aoi = expected_aoi + self.__duration = 0 @property -- cgit v1.1