aboutsummaryrefslogtreecommitdiff
path: root/src/argaze.test/GazeFeatures.py
diff options
context:
space:
mode:
authorThéo de la Hogue2023-09-26 10:47:43 +0200
committerThéo de la Hogue2023-09-26 10:47:43 +0200
commit12ae7e20aba323624d360567ea424ac2d315fbc7 (patch)
treefd76adc669febf6ec19526c6f8278d2d853e8646 /src/argaze.test/GazeFeatures.py
parent08791230814241baf2283c07cc6b16b00dcccca4 (diff)
downloadargaze-12ae7e20aba323624d360567ea424ac2d315fbc7.zip
argaze-12ae7e20aba323624d360567ea424ac2d315fbc7.tar.gz
argaze-12ae7e20aba323624d360567ea424ac2d315fbc7.tar.bz2
argaze-12ae7e20aba323624d360567ea424ac2d315fbc7.tar.xz
Harmonizing AOI/aoi without s at the end.
Diffstat (limited to 'src/argaze.test/GazeFeatures.py')
-rw-r--r--src/argaze.test/GazeFeatures.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/argaze.test/GazeFeatures.py b/src/argaze.test/GazeFeatures.py
index d609dd2..b41c7c7 100644
--- a/src/argaze.test/GazeFeatures.py
+++ b/src/argaze.test/GazeFeatures.py
@@ -497,10 +497,10 @@ class TestAOIScanStepClass(unittest.TestCase):
aoi_scan_step = GazeFeatures.AOIScanStep(movements, 'Test')
-def build_aoi_scan_path(expected_aois, aoi_path):
+def build_aoi_scan_path(expected_aoi, aoi_path):
"""Build AOI scan path"""
- aoi_scan_path = GazeFeatures.AOIScanPath(expected_aois)
+ aoi_scan_path = GazeFeatures.AOIScanPath(expected_aoi)
# Append a hidden last step to allow last given step creation
aoi_path.append(aoi_path[-2])