Skip to content

Commit

Permalink
slight docstring reorg
Browse files Browse the repository at this point in the history
  • Loading branch information
srivarra committed Oct 2, 2024
1 parent 78ce626 commit c0af5d9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/spatialdata/_core/spatialdata.py
Original file line number Diff line number Diff line change
Expand Up @@ -2268,8 +2268,11 @@ def spatial_neighbors(
) -> sd.SpatialData:
'''Compute the spatial neighbors and return the SpatialData object using
:func:`squidpy.gr.spatial_neighbors`.'''
sq.gr.spatial_neighbors(sdata, elements_to_coordinate_systems=elements_to_coordinate_systems,
table_key=table_key)
sq.gr.spatial_neighbors(
sdata,
elements_to_coordinate_systems=elements_to_coordinate_systems,
table_key=table_key
)
return sdata
Expand Down

0 comments on commit c0af5d9

Please sign in to comment.