ACTCollaboration / actsims

Simulations of the microwave sky as seen by ACT and Planck.
9 stars 4 forks source link

Extra cached item in signal.py #35

Closed dwhan89 closed 5 years ago

dwhan89 commented 5 years ago

I found that signal.py caches one more item than the maximum number of allowed cached items, which is set by max_cached variable. This PR addresses this issue.

dwhan89 commented 5 years ago

Pulling the current fix for now. Will revisit when we redo caching mechanism