From 1ad5965ae1831e89a3f836048545ae03b34f7119 Mon Sep 17 00:00:00 2001 From: Chris Barnes <cbarnes@mrc-lmb.cam.ac.uk> Date: Tue, 14 Nov 2023 10:02:28 +0000 Subject: [PATCH] Landmarks: minor docs changes --- pymaid/fetch/landmarks.py | 2 +- pymaid/tests/test_utils.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/pymaid/fetch/landmarks.py b/pymaid/fetch/landmarks.py index b58a05f..b78d69c 100644 --- a/pymaid/fetch/landmarks.py +++ b/pymaid/fetch/landmarks.py @@ -114,7 +114,7 @@ def get_landmark_groups( locations : pd.DataFrame, optional (default None) A DataFrame with columns location_id, x, y, z, group_id. - members : dict[int, int], optional (default None) + members : dict[int, list[int]], optional (default None) A dict mapping group ID to a list of landmark IDs (members of that group). Examples diff --git a/pymaid/tests/test_utils.py b/pymaid/tests/test_utils.py index 6c712a9..ec6be6c 100644 --- a/pymaid/tests/test_utils.py +++ b/pymaid/tests/test_utils.py @@ -34,4 +34,3 @@ def test_filter_by_query_220(): "*spade", ) assert list(out) == [False, True, False, False] -