Closed ornemarioni closed 3 years ago
I need some help with potential validation, don't pass the test @leliel12 @BrunoSanchez @vcristiani @nvillagra @RafaelPignata622 @antotaverna
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)
All looks good, merge.
This is an alternative to solve issue #106