def get_splines(self, x_data, y_data, var_data=0): """Overloads the base spline generateion which cannot deal with the smooth experiment """ return IUSpline(x_data, y_data), None