Skip to content

Commit

Permalink
misc: Tidy up
Browse files Browse the repository at this point in the history
  • Loading branch information
EdCaunt committed Nov 4, 2024
1 parent dc47a54 commit d97e63b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_caching.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit d97e63b

Please sign in to comment.