z-spider

Results 2 issues of z-spider

Hi, how should we distinguish between continuous and categorical variables? I don't understand the following line of code. https://github.com/scverse/napari-spatialdata/blob/36fe3b96e829f45b39012238a5d1f4d8e1087eae/src/napari_spatialdata/utils/_utils.py#L72 In my case, `len(unique)

Hi, Thank you for this great package. The average clustering in a package is calculated with the following code ```python clusters = adata.obs[cluster_key].values nx.algorithms.cluster.average_clustering(graph, clusters) ``` or in file: https://github.com/scverse/squidpy/blob/e77237c62dcad0efb4b8840f281466cc2a578f33/src/squidpy/gr/_nhood.py#L281...