aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/argaze/GazeFeatures.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/argaze/GazeFeatures.py b/src/argaze/GazeFeatures.py
index 73dace9..24b4b0b 100644
--- a/src/argaze/GazeFeatures.py
+++ b/src/argaze/GazeFeatures.py
@@ -247,7 +247,7 @@ class VisualScanGenerator():
visual_scan_steps[ts] = step
- return visual_scan_steps
+ return TimeStampedVisualScanSteps(sorted(visual_scan_steps.items()))
class PointerBasedVisualScan(VisualScanGenerator):
"""Build visual scan on the basis of which AOI are looked."""