From d97e63b85c82e90f9ed639f6914d294fb295f684 Mon Sep 17 00:00:00 2001 From: Edward Caunt Date: Mon, 28 Oct 2024 15:25:44 +0200 Subject: [PATCH] misc: Tidy up --- tests/test_caching.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_caching.py b/tests/test_caching.py index 143e949168..bdf2bb1c67 100644 --- a/tests/test_caching.py +++ b/tests/test_caching.py @@ -692,7 +692,7 @@ def test_sparse_function(self, operate_on_empty_cache): assert len(_SymbolCache) == init_cache_size + 6 clear_cache() # Now we should be back to the original state plus the dimension bounds - # (x_m, x_M, y_m, y_M). + # (x_m, x_M, y_m, y_M) assert len(_SymbolCache) == init_cache_size + 4 def test_after_indexification(self):