Skip to content

Commit 74b46db

Browse files
committed
TST fix test_compute_grid
1 parent 98883fd commit 74b46db

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/model_diagnostics/_utils/tests/test_binning.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,3 +246,4 @@ def test_compute_grid(x, n, result):
246246
pl.enable_string_cache()
247247
grid = compute_grid(x, n=n)
248248
assert_series_equal(grid, result, check_names=False)
249+
pl.disable_string_cache()

0 commit comments

Comments
 (0)