From 830d6f8e8a7a44c44cd1f22f34c87a21a4db85c5 Mon Sep 17 00:00:00 2001 From: Luigi Petrucco Date: Wed, 11 Dec 2024 14:48:55 +0100 Subject: [PATCH] Update movement/io/load_poses.py Co-authored-by: Niko Sirmpilatze --- movement/io/load_poses.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/movement/io/load_poses.py b/movement/io/load_poses.py index 0af6582b..e589ac92 100644 --- a/movement/io/load_poses.py +++ b/movement/io/load_poses.py @@ -118,7 +118,8 @@ def from_file( The number of frames per second in the video. If None (default), the ``time`` coordinates will be in frame numbers. **kwargs : dict, optional - Additional keyword arguments to pass to specific loading functions. + Additional keyword arguments to pass to the software-specific + loading functions that are listed under "See Also". Returns -------