From 0d5a1df61ff829662f84a314e5bd00b3559d0a5a Mon Sep 17 00:00:00 2001 From: John Kerl Date: Thu, 19 Dec 2024 14:51:23 -0500 Subject: [PATCH] [python] Fix a test deprecation warning (#3473) --- 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,