Skip to content

Commit

Permalink
[python] Fix a test deprecation warning (#3473)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkerl authored Dec 19, 2024
1 parent 7237cbf commit 0d5a1df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apis/python/tests/test_basic_anndata_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 0d5a1df

Please sign in to comment.