Skip to content

Commit

Permalink
[Backport release-1.7] [python] Lint fix (#2143)
Browse files Browse the repository at this point in the history
* [python] Lint fix (#2139)

* Lint fix

* Add missing  in CI config

---------

Co-authored-by: John Kerl <[email protected]>

* merge

---------

Co-authored-by: XanthosXanthopoulos <[email protected]>
  • Loading branch information
johnkerl and XanthosXanthopoulos authored Feb 14, 2024
1 parent fd57591 commit 6c84b59
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apis/python/tests/test_basic_anndata_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -1135,6 +1135,7 @@ def test_index_names_io(tmp_path, obs_index_name, var_index_name):
else:
assert adata.var.index.name == bdata.var.index.name


def test_obsm_data_type(adata):
tempdir = tempfile.TemporaryDirectory()
soma_path = tempdir.name
Expand Down Expand Up @@ -1256,4 +1257,4 @@ def test_outgest_X_layers(tmp_path):
)
assert bdata.X is not None
assert len(bdata.layers) == 2
assert sorted(list(bdata.layers.keys())) == ["data2", "data3"]
assert sorted(list(bdata.layers.keys())) == ["data2", "data3"]

0 comments on commit 6c84b59

Please sign in to comment.