aboutsummaryrefslogtreecommitdiff
path: root/src/argaze/GazeAnalysis/LempelZivComplexity.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/argaze/GazeAnalysis/LempelZivComplexity.py')
-rw-r--r--src/argaze/GazeAnalysis/LempelZivComplexity.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/argaze/GazeAnalysis/LempelZivComplexity.py b/src/argaze/GazeAnalysis/LempelZivComplexity.py
index 67e5001..f6a49ab 100644
--- a/src/argaze/GazeAnalysis/LempelZivComplexity.py
+++ b/src/argaze/GazeAnalysis/LempelZivComplexity.py
@@ -31,7 +31,7 @@ class AOIScanPathAnalyzer(GazeFeatures.AOIScanPathAnalyzer):
self.__lempel_ziv_complexity = 0
- @DataFeatures.PipelineStep
+ @DataFeatures.PipelineStepMethod
def analyze(self, aoi_scan_path: GazeFeatures.AOIScanPathType):
assert(len(aoi_scan_path) > 1)