aboutsummaryrefslogtreecommitdiff
path: root/src/argaze/GazeAnalysis/KCoefficient.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/argaze/GazeAnalysis/KCoefficient.py')
-rw-r--r--src/argaze/GazeAnalysis/KCoefficient.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/argaze/GazeAnalysis/KCoefficient.py b/src/argaze/GazeAnalysis/KCoefficient.py
index 9084bd9..9bed17c 100644
--- a/src/argaze/GazeAnalysis/KCoefficient.py
+++ b/src/argaze/GazeAnalysis/KCoefficient.py
@@ -38,7 +38,7 @@ class ScanPathAnalyzer(GazeFeatures.ScanPathAnalyzer):
self.__K = 0
@DataFeatures.PipelineStepMethod
- def analyze(self, scan_path: GazeFeatures.ScanPathType):
+ def analyze(self, scan_path: GazeFeatures.ScanPath):
assert(len(scan_path) > 1)
@@ -95,7 +95,7 @@ class AOIScanPathAnalyzer(GazeFeatures.AOIScanPathAnalyzer):
self.__K = 0
@DataFeatures.PipelineStepMethod
- def analyze(self, aoi_scan_path: GazeFeatures.AOIScanPathType) -> float:
+ def analyze(self, aoi_scan_path: GazeFeatures.AOIScanPath) -> float:
assert(len(aoi_scan_path) > 1)