The error occurs after running: ```python from spherecluster import SphericalKMeans skm = SphericalKMeans(n_clusters=2) skm.fit(wv) # wv is a (6, 200) numpy array ```
The error occurs after running: