Skip to content

Commit

Permalink
Fix HTTPError in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
marcovarrone committed Nov 12, 2024
1 parent 42b743f commit d2f701d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def adata() -> ad.AnnData:
return _adata.copy()


@pytest.fixture()
@pytest.fixture(scope="session")
def codex_adata() -> ad.AnnData:
adata = sc.read("tests/_data/codex_adata.h5ad", backup_url="https://figshare.com/ndownloader/files/46832722")
return adata[adata.obs["sample"].isin(["BALBc-1", "MRL-5"])].copy()

0 comments on commit d2f701d

Please sign in to comment.