Fix deprecation warning for Sympy 1.7
- Stephan Seitz authored
@@ -352,7 +352,7 @@ class InterpolatorAccess(TypedSymbol):
@@ -397,7 +397,7 @@ class DiffInterpolatorAccess(InterpolatorAccess):
We have to try from newest to oldest import to avoid deprecation warnings.
They added the old import again, but with a deprecation warning.