diff --git a/rocketpy/mathutils/function.py b/rocketpy/mathutils/function.py index 94c9d70ff..2e3ea0e63 100644 --- a/rocketpy/mathutils/function.py +++ b/rocketpy/mathutils/function.py @@ -501,7 +501,7 @@ def _get_value_opt_nd(self, *args): """Evaluate the Function at a single point (x, y, z). This method is used when the Function is N-D.""" # always use shepard for N-D functions - return self.__interpolate_shepard__(list(args)) + return self.__interpolate_shepard__(args) def set_discrete( self,