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.
Always check the progress should be zero when user reaches level 8.you should check that finally after all increments
users start at rank -8, not 8, you're not testing the same thing
Not a kata issue, so nothing to resolve. Try logging something in each method and instantiaton to see the full chain of method calls, then you can replicate it in your IDE.
First of all, there is no python 3.7 on CW, but that doesn't really change anything. Just because the tests suite is named like that, you can't know what other tests may be run in it, unless you log something from every method.
There's over 2000 completions in python, so I don't think it's a kata issue.
after a user reaches rank 8, his progress should always be 0
As far as I see, the input array is always square. it can be 1x1, or 5x5, but won't ever be 1x5.
That's 1x5, not 1x1
Me,too.
Does it really matter? Honestly. Not everything in life has to be a competition...
Agreed. Too simple for 6 Kyu.
Yes, it is overranked. But this kata is very old, and when it was created, ranks were quite a bit different. And now, unfortunately, ranks can't be changed...
depends what language you did it in... but yes it is easy in python! :)