Open paupaiz opened 3 months ago
Hi, thanks for reporting this bug. Could you please share the full traceback error information?
This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 14 days
dyn.tl.moments(adata, group="time")
error:
ValueError Traceback (most recent call last) /home/paulina/dynamo/dynamo.ipynb Cell 32 line 1 ----> 1 dyn.tl.moments(adata, group="time")
File ~/miniconda3/lib/python3.12/site-packages/dynamo/tools/moments.py:167, in moments(adata, X_data, genes, group, conn, use_gaussian_kernel, normalize, use_mnn, layers, n_pca_components, n_neighbors, copy) 164 cur_conn = normalize_knn_graph(cur_kNN > 0) 166 curcells = np.where(cur_cells)[0] --> <a href='~/miniconda3/lib/python3.12/s