[instancer.solver] Try harder to fix on python 3.7

This commit is contained in:
Behdad Esfahbod 2022-08-09 15:17:36 -06:00
parent 3c998785db
commit 890938ef09

View File

@ -255,7 +255,7 @@ def _solve(tent, axisLimit, negative=False):
return out
@lru_cache
@lru_cache(128)
def rebaseTent(tent, axisLimit):
"""Given a tuple (lower,peak,upper) "tent" and new axis limits
(axisMin,axisDefault,axisMax), solves how to represent the tent