summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <[email protected]>2025-01-29 09:50:04 +0100
committerRicardo Wurmus <[email protected]>2025-01-29 09:51:19 +0100
commita6a4f773f321542daf8a95db99ff303f3f18a666 (patch)
tree1a0542fc33a86a83fe3160780090a540e8d50be6
parenta488039848690c635639231027056f8d5f6068d1 (diff)
gnu: python-scanpy: Disable one more test.
* gnu/packages/bioinformatics.scm (python-scanpy)[arguments]: Disable one failing test. Change-Id: If262b33a3e2c6789c0ce4b8a91f26a8a48054632
-rw-r--r--gnu/packages/bioinformatics.scm3
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 317c15817e..2eef7c7d1c 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -19098,6 +19098,9 @@ implementation differs in these ways:
" and not scanpy.get._aggregated.aggregate"
" and not scanpy.plotting._tools.scatterplots.spatial"
+ ;; One difference in a long array.
+ " and not test_cell_demultiplexing"
+
;; These try to connect to the network
" and not test_scrublet_plots"
" and not test_plot_rank_genes_groups_gene_symbols"