Skip to content

Commit ffff326

Browse files
committed
test: apply ruff formatting for cohort diversity cache test
1 parent 8fd8a08 commit ffff326

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tests/anoph/test_cohort_diversity_stats.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,9 @@ def _unexpected_recompute(*args, **kwargs): # noqa: ARG001, ARG002
4646
"cohort_diversity_stats recomputed instead of loading from cache"
4747
)
4848

49-
monkeypatch.setattr(api, "_block_jackknife_cohort_diversity_stats", _unexpected_recompute)
49+
monkeypatch.setattr(
50+
api, "_block_jackknife_cohort_diversity_stats", _unexpected_recompute
51+
)
5052
stats_second = api.cohort_diversity_stats(**params)
5153

5254
pd.testing.assert_series_equal(

0 commit comments

Comments
 (0)