Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
Hi.
I have the same error message, I have no idea what's the problem. Some suggestion?
Ok, it is fine. I pass the kata only clearing the cache. Thanks a lot for your help!!
Ok, thanks for your debugging! It is correct and it was I supposed initially, your code was written in Py2, and my code is in Py3. So, I have tried to execute with Py 3.60, but the results are the same, and the error messages are the same. Do I have to change something o activate some check in the kata to refresh your test code in Py3 and not in Py2?
Sincerely, I can't understand anyway why I have to change my code, to have the same results that the tests give, when my code is still giving these correct results. Sorry for my insistence, I am very confused. Maybe in your test, you have distinct results executing my code, but in Py3, the results of executing my code are correct, but the error messages are wrong. So hard to accept!
Ok, thank you for the tip. However, it is not a good new for me, because I am working with Py3, as you know. But, it doesn't matter, I will keep pushing!
Oh my god, sorry. I had forgot it!! :-(
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Tests are wrong!!
With my code, the result of one test is:
[[7860, 17030], [2431, 17030], [12876, 17030]] should equal [[322260, 698230], [99671, 698230], [527930, 698230]]
This is not correct. The gcd is not 698230!! Is 17030, 41 times lower than 698230. So, to be honnest, I would pass the kata if test would be correct.