Skip to content

Commit 9d8cad8

Browse files
author
Sergio Salas
committed
minor_mods
1 parent 7462342 commit 9d8cad8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/troutpy/tl/.ipynb_checkpoints/quantify_urna-checkpoint.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def spatial_variability(
5151
-------
5252
sdata: spatialdata.SpatialData
5353
Sdata containing Moran's I values for each gene, indexed by gene names.
54-
54+
5555
"""
5656
if coord_keys is None:
5757
coord_keys = ["x", "y"]

src/troutpy/tl/quantify_urna.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def spatial_variability(
5151
-------
5252
sdata: spatialdata.SpatialData
5353
Sdata containing Moran's I values for each gene, indexed by gene names.
54-
54+
5555
"""
5656
if coord_keys is None:
5757
coord_keys = ["x", "y"]

0 commit comments

Comments
 (0)