From b9fadb6591412276a0c06a0903f9368a62861397 Mon Sep 17 00:00:00 2001 From: Luigi Petrucco Date: Tue, 10 Dec 2024 16:57:36 +0100 Subject: [PATCH] Update movement/validators/files.py Co-authored-by: Niko Sirmpilatze --- movement/validators/files.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/movement/validators/files.py b/movement/validators/files.py index 17c3d00e..14bf79cc 100644 --- a/movement/validators/files.py +++ b/movement/validators/files.py @@ -226,7 +226,7 @@ class ValidAniposeCSV: """Class for validating Anipose-style 3D pose .csv files. The validator ensures that the file contains the - expected index column levels. + expected column names in its header (first row). Attributes ----------