Hi, when I run the lbm_bifunc code listed below: ```python lbm_res = lbm_bifunc(data1, K=4, L=3, display=False, nbasis = 5, basis_name = 'spline', init='kmeans') ``` I encounter a bug: ValueError: could not broadcast input array from shape (40,5) into shape (5,) How to solve this?