Closed RHammond2 closed 4 months ago
This PR removes support for the older Python versions' caching methods in favor of functools.cache. This also removes the need to import the standardized cache from utilities, and directly imports functools.cache across WOMBAT.
functools.cache
cache
This PR removes support for the older Python versions' caching methods in favor of
functools.cache
. This also removes the need to import the standardizedcache
from utilities, and directly importsfunctools.cache
across WOMBAT.