From ba0c026612d81dbde2f7bc6dceb1392b8f8cf28a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 15:03:43 -0500 Subject: [PATCH] [python] Fix a test deprecation warning (#3473) (#3488) Co-authored-by: John Kerl --- apis/python/tests/test_basic_anndata_io.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apis/python/tests/test_basic_anndata_io.py b/apis/python/tests/test_basic_anndata_io.py index 681ce88664..9ba7f15904 100644 --- a/apis/python/tests/test_basic_anndata_io.py +++ b/apis/python/tests/test_basic_anndata_io.py @@ -390,7 +390,7 @@ def test_ingest_uns( ingest_uns_keys, ): tmp_uri = tmp_path.as_uri() - adata_extended2 = anndata.read(conftest_pbmc3k_h5ad_path) + adata_extended2 = anndata.read_h5ad(conftest_pbmc3k_h5ad_path) uri = tiledbsoma.io.from_anndata( tmp_uri, adata_extended2,