Skip to content

Commit 8b22409

Browse files
committed
Merge branch 'niche_definitions' of https://github.com/scverse/squidpy into niche_definitions
2 parents 5219a30 + 9d2104f commit 8b22409

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/squidpy/gr/_niche.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ def calculate_niche(
140140
f"Invalid aggregation method '{aggregation}'. Please choose either 'mean' or 'variance'."
141141
)
142142
concatenated_matrix = hstack(inner_products)
143-
143+
144144
# create df from sparse matrix
145145
arr = concatenated_matrix.toarray()
146146
df = pd.DataFrame(arr, index=adata.obs.index)

0 commit comments

Comments
 (0)