Skip to content

Commit

Permalink
(chore): bring back test comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ilan-gold committed Nov 8, 2024
1 parent e538a12 commit b513217
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_backed_sparse.py
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,7 @@ def test_lazy_array_cache(
a_disk[3:5]
a_disk[6:7]
a_disk[8:9]
# one each for .zarray and actual access
assert store.get_access_count("X/indptr") == 2
for elem_not_indptr in elems - {"indptr"}:
assert (
Expand Down

0 comments on commit b513217

Please sign in to comment.