Skip to content

Commit

Permalink
Pin census release version used in test (#1237)
Browse files Browse the repository at this point in the history
* Pin soma version used in test

* Bow to the more powerful mypy on CI
  • Loading branch information
ivirshup authored Jul 12, 2024
1 parent 196418f commit 5cbad99
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ def test_get_highly_variable_genes(
small_mem_context: soma.SOMATileDBContext,
obs_coords: slice | None,
) -> None:
with cellxgene_census.open_soma(census_version="stable", context=small_mem_context) as census:
with cellxgene_census.open_soma(census_version="2023-12-15", context=small_mem_context) as census:
hvg = get_highly_variable_genes(
census,
organism=organism,
Expand Down

0 comments on commit 5cbad99

Please sign in to comment.