From 83d58147a5982ec826b979dbdf557dfd8c71888d Mon Sep 17 00:00:00 2001 From: Luigi Petrucco Date: Wed, 11 Dec 2024 14:49:34 +0100 Subject: [PATCH] Update movement/io/load_poses.py Co-authored-by: Niko Sirmpilatze --- movement/io/load_poses.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/movement/io/load_poses.py b/movement/io/load_poses.py index e589ac92..d67df6a4 100644 --- a/movement/io/load_poses.py +++ b/movement/io/load_poses.py @@ -793,8 +793,6 @@ def from_anipose_file( ---------- file_path : pathlib.Path Path to the Anipose triangulation csv file - individual_name : str, optional - Name of the individual, by default "individual_0" fps : float, optional The number of frames per second in the video. If None (default), the ``time`` coordinates will be in frame units.