Skip to content

Commit

Permalink
run caching tests with max_workers=1
Browse files Browse the repository at this point in the history
  • Loading branch information
bnb32 committed Aug 21, 2024
1 parent f619328 commit d719c59
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/derivers/test_deriver_caching.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,8 @@ def test_caching_with_dh_loading(
)

cacher = Cacher(
deriver.data, cache_kwargs={'cache_pattern': cache_pattern}
deriver.data,
cache_kwargs={'cache_pattern': cache_pattern, 'max_workers': 1},
)

assert deriver.shape[:3] == (shape[0], shape[1], deriver.shape[2])
Expand Down

0 comments on commit d719c59

Please sign in to comment.