From 630bc637c44af0ed2a8784e3733ad7c51d871a9c Mon Sep 17 00:00:00 2001 From: Lukas Heumos Date: Fri, 18 Sep 2026 12:43:10 +0200 Subject: [PATCH] Use `pt.ds` in the enrichment tutorial Follow-up to #75, which crossed with #73. --- enrichment.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/enrichment.ipynb b/enrichment.ipynb index fd8007f..2bb157a 100644 --- a/enrichment.ipynb +++ b/enrichment.ipynb @@ -718,7 +718,7 @@ "metadata": {}, "outputs": [], "source": [ - "cell_adata = pt.dt.distance_example()\n", + "cell_adata = pt.ds.distance_example()\n", "ps = pt.tl.PseudobulkSpace()\n", "ps_adata = ps.compute(\n", " cell_adata,\n",