@ -572,7 +572,6 @@ class SmoothSpline(PPform):
dx = np.diff(x)
return x, y, dx
def _init_poly_coefs(self, dx, dydx, n, p, D):
dx1 = 1. / dx
R = self._compute_r(dx, n)