Skip to content

Commit 3dc6816

Browse files
committed
Fix style
1 parent a7a6d51 commit 3dc6816

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

stlearn/spatial/SME/sme_impute0.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def SME_impute0(
3535
weights : _WEIGHTING_MATRIX, default="weights_matrix_all"
3636
Strategy for computing neighbor similarity weights:
3737
- "weights_matrix_all": Combines spatial location (S) +
38-
morphological features (M) + gene expression correlation (E).
38+
morphological features (M) + gene expression correlation (E).
3939
- "weights_matrix_pd_gd": Physical distance + gene expression correlation only.
4040
- "weights_matrix_pd_md": Physical distance + morphological features only.
4141
- "weights_matrix_gd_md": Gene expression + morphological features only.

0 commit comments

Comments
 (0)