WISDEM / WOMBAT

Windfarm Operations & Maintenance cost-Benefit Analysis Tool
https://wisdem.github.io/WOMBAT/
Apache License 2.0
21 stars 11 forks source link

Update `functool.cache` usage #151

Closed RHammond2 closed 4 months ago

RHammond2 commented 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.