Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug ? #9

Open
JohnTailor opened this issue Nov 26, 2019 · 4 comments
Open

Bug ? #9

JohnTailor opened this issue Nov 26, 2019 · 4 comments

Comments

@JohnTailor
Copy link

Thanks for the repo. It fails funnily at times : see below

flat=np.random.random((64,9))
kmeans = EqualGroupsKMeans(n_clusters=3).fit(flat)
=> IndexError: index 62 is out of bounds for axis 0 with size 1

flat=np.random.random((6,2))
kmeans = EqualGroupsKMeans(n_clusters=3).fit(flat)
=> no error!!!

@chenxi-yang
Copy link

@JohnTailor I found the same bug. Did you solve it?

@JohnTailor
Copy link
Author

No, I have not solved it.

@luthfianto
Copy link

Found the same bug too

@KevinvFeng
Copy link

I have submitted a pull request to fix this bug. @rilut @JohnTailor @cxyang1997

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants