aboutsummaryrefslogtreecommitdiff
path: root/src/argaze/GazeAnalysis/ExploreExploitRatio.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/argaze/GazeAnalysis/ExploreExploitRatio.py')
-rw-r--r--src/argaze/GazeAnalysis/ExploreExploitRatio.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/argaze/GazeAnalysis/ExploreExploitRatio.py b/src/argaze/GazeAnalysis/ExploreExploitRatio.py
index d4c0b6c..5516349 100644
--- a/src/argaze/GazeAnalysis/ExploreExploitRatio.py
+++ b/src/argaze/GazeAnalysis/ExploreExploitRatio.py
@@ -33,7 +33,7 @@ class ScanPathAnalyzer(GazeFeatures.ScanPathAnalyzer):
self.__explore_exploit_ratio = 0.
- @DataFeatures.PipelineStep
+ @DataFeatures.PipelineStepMethod
def analyze(self, scan_path: GazeFeatures.ScanPathType):
assert(len(scan_path) > 1)