Skip to content

Commit b93f9b9

Browse files
committed
Set lru maxsize
1 parent 403c62d commit b93f9b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_convolvepsf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
from piff_test_helper import timer
2323

24-
@lru_cache
24+
@lru_cache(maxsize=1)
2525
def make_screens():
2626
# Some parameters copied from psf_wf_movie.py in GalSim repo.
2727
Ellerbroek_alts = [0.0, 2.58, 5.16, 7.73, 12.89, 15.46] # km

0 commit comments

Comments
 (0)