elif len(y) > len(x):
        for i in range(len(y) - len(x)):
            x = np.append(x, 0)