Skip to content

Commit

Permalink
Landmarks: minor docs changes
Browse files Browse the repository at this point in the history
  • Loading branch information
clbarnes committed Nov 14, 2023
1 parent 5bd07bf commit 417dfed
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion pymaid/fetch/landmarks.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion pymaid/tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,3 @@ def test_filter_by_query_220():
"*spade",
)
assert list(out) == [False, True, False, False]

0 comments on commit 417dfed

Please sign in to comment.