Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
anushka255 committed Oct 22, 2024
1 parent 34b0dbe commit bcebd81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_align.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ def test_process_files_csv():
def test_process_files_ann_data():
"""Ensure process files works with Ann Data inputs."""
gene_fpath = []
for i in range(1, 5):
gene_fpath.append(Path(f"{input_dir}/slice{i}.h5ad"))
for i in range(3, 7):
gene_fpath.append(Path(f"{input_dir}/15167{i}.h5ad"))

ad_objs = process_files(gene_fpath, s_fpath=None)
for obj in ad_objs:
Expand Down

0 comments on commit bcebd81

Please sign in to comment.