From 0e7cf787390362b362b076387d5ea24401e8cea4 Mon Sep 17 00:00:00 2001 From: Théo de la Hogue Date: Wed, 31 May 2023 18:40:00 +0200 Subject: Fixing scan path test. --- src/argaze.test/GazeAnalysis/KCoefficient.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/argaze.test/GazeAnalysis/KCoefficient.py b/src/argaze.test/GazeAnalysis/KCoefficient.py index 07dff79..c834b28 100644 --- a/src/argaze.test/GazeAnalysis/KCoefficient.py +++ b/src/argaze.test/GazeAnalysis/KCoefficient.py @@ -21,7 +21,7 @@ class TestScanPathAnalyzer(unittest.TestCase): def test_analyze(self): """Test analyze method.""" - kcoeff_analyzer = KCoefficient.AOIScanPathAnalyzer() + kcoeff_analyzer = KCoefficient.ScanPathAnalyzer() scan_path = GazeFeaturesTest.build_scan_path(10) -- cgit v1.1