def __call__(self, x):
     """
     Evaluates the interpolation model at point x
     """
     return LP.p_L(x, self.xp, self.yp)
 def __call__(self, x):
     """
     Evaluates the interpolation model at point x
     """
     return LP.p_L(x, self.xp, self.yp)