diff --git a/tests/plotting/legacy/_images/3.10/diffmap/expected.png b/tests/plotting/legacy/_images/3.10/diffmap/expected.png deleted file mode 100644 index 96057ae293..0000000000 Binary files a/tests/plotting/legacy/_images/3.10/diffmap/expected.png and /dev/null differ diff --git a/tests/plotting/legacy/_images/3.10/diffmap_gene/expected.png b/tests/plotting/legacy/_images/3.10/diffmap_gene/expected.png deleted file mode 100644 index b70b1a3205..0000000000 Binary files a/tests/plotting/legacy/_images/3.10/diffmap_gene/expected.png and /dev/null differ diff --git a/tests/plotting/legacy/_images/3.11/diffmap/expected.png b/tests/plotting/legacy/_images/3.11/diffmap/expected.png deleted file mode 100644 index 4471675f60..0000000000 Binary files a/tests/plotting/legacy/_images/3.11/diffmap/expected.png and /dev/null differ diff --git a/tests/plotting/legacy/_images/3.11/diffmap_gene/expected.png b/tests/plotting/legacy/_images/3.11/diffmap_gene/expected.png deleted file mode 100644 index 8c4380c897..0000000000 Binary files a/tests/plotting/legacy/_images/3.11/diffmap_gene/expected.png and /dev/null differ diff --git a/tests/plotting/legacy/test_plotting.py b/tests/plotting/legacy/test_plotting.py index 43a962b17a..62ea6c1138 100644 --- a/tests/plotting/legacy/test_plotting.py +++ b/tests/plotting/legacy/test_plotting.py @@ -1187,11 +1187,7 @@ def pbmc_scatterplots(pbmc_scatterplots_session) -> AnnData: "umap_with_edges", partial(sc.pl.umap, color="louvain", edges=True, edges_width=0.1, s=50), ), - ("diffmap", partial(sc.pl.diffmap, color="bulk_labels")), - ( - "diffmap_gene", - partial(sc.pl.diffmap, color="CD3D", components="1,2"), - ), + # ('diffmap', partial(sc.pl.diffmap, components='all', color=['CD3D'])), ( "umap_symbols", partial(sc.pl.umap, color=["1", "2", "3"], gene_symbols="numbers"),