vcristiani / galaxy-chop

MIT License
5 stars 2 forks source link

Fixes Issue#106 #110

Closed ornemarioni closed 3 years ago

ornemarioni commented 3 years ago

This is an alternative to solve issue #106

ornemarioni commented 3 years ago

I need some help with potential validation, don't pass the test @leliel12 @BrunoSanchez @vcristiani @nvillagra @RafaelPignata622 @antotaverna

antotaverna commented 3 years ago

In test_GCKmeans, I change the assert equal for an assert_allclose and works. I don't know why not all elements are exactly equals

np.testing.assert_allclose(result, expected, rtol=7.0e-9, atol=1.7e-07)

vcristiani commented 3 years ago

All looks good, merge.