Skip to content

Commit f4e3d0c

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 66ff152 commit f4e3d0c

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

docs/notebooks/paul15_mouse_hematopoiesis.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1158,4 +1158,4 @@
11581158
},
11591159
"nbformat": 4,
11601160
"nbformat_minor": 0
1161-
}
1161+
}

src/eschr/tl/_prune_features.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Feature selection and dimensionality reduction functions."""
2+
23
import warnings
34
from typing import Optional
45

tests/test_eschr.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ def test_make_zarr_custom_path(adata, zarr_loc):
7272
assert os.path.exists(zarr_loc)
7373
shutil.rmtree(zarr_loc)
7474

75+
7576
@pytest.mark.skip(reason="Update to be testing zarr dense data structure")
7677
def test_make_zarr_content(adata, zarr_loc):
7778
es.tl.clustering.make_zarr_dense(adata, zarr_loc)

0 commit comments

Comments
 (0)