mirror of
https://github.com/vale981/SecondaryValue
synced 2025-03-04 16:41:38 -05:00
remove unneeded caching
This commit is contained in:
parent
afdc3d0aa1
commit
b9398608d0
1 changed files with 0 additions and 3 deletions
|
@ -4,7 +4,6 @@ courses.
|
|||
"""
|
||||
|
||||
import sympy
|
||||
from functools import lru_cache
|
||||
from collections.abc import Iterable
|
||||
from sympy import sympify, diff, symbols
|
||||
from sympy.abc import _clash
|
||||
|
@ -241,8 +240,6 @@ class SecondaryValue:
|
|||
|
||||
return result
|
||||
|
||||
|
||||
@lru_cache(maxsize=32)
|
||||
def _get_derivatives(self, *args):
|
||||
"""Calculates the derivatives of the expression for a given
|
||||
set of variables specified by args.
|
||||
|
|
Loading…
Add table
Reference in a new issue