Skip to content

Commit

Permalink
Add missing colons after return type in spatial_lda_utils.py, and upd…
Browse files Browse the repository at this point in the history
…ate mock imports in conf.py.
  • Loading branch information
bcollica committed Sep 27, 2021
1 parent f924274 commit 28c76b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ark/utils/spatial_lda_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def within_cluster_sums(data, labels):
A list of cluster labels corresponding to cluster assignments in data.
Returns:
float
float:
- The pooled within-cluster sum of squares for a given clustering iteration.
"""
Expand All @@ -91,7 +91,7 @@ def make_plot_fn(difference_matrices):
A dictionary of featurized difference matrices for each field of view.
Returns:
function
function:
- A function for plotting the adjacency network for each field of view..
"""
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
'scipy',
'seaborn',
'statsmodels',
'git+git://github.com/calico/spatial_lda.git@primary',
'spatial_lda',
'tables',
'umap',
'xarray',
Expand Down

0 comments on commit 28c76b6

Please sign in to comment.