From b9305e48524ef7dc62392fefdbd60a56121e7c0e Mon Sep 17 00:00:00 2001 From: niksirbi Date: Wed, 18 Dec 2024 19:31:07 +0000 Subject: [PATCH] fix docstring syntax error --- movement/io/save_poses.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/movement/io/save_poses.py b/movement/io/save_poses.py index b8eb923f..e2eb8a2f 100644 --- a/movement/io/save_poses.py +++ b/movement/io/save_poses.py @@ -397,8 +397,7 @@ def to_nwb_file( Raises ------ ValueError - If the number of NWBFiles is not equal to the number of individuals - in the dataset. + If the number of NWBFiles is not equal to the number of individuals. Notes -----