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.
thanks :-)
Could anyone approve my GO-Translation ?
thanks for the hint ... got it now :-)
could it be that there is something wrong with the random tests ?
This comment is hidden because it contains spoiler information about the solution
I do not print anything to the console, also if I run it with (and return [] on the random tests)
if len(files) > 20:
return []
it returns the same error
Hello,
I did attempt the kata and all not random tests pass but all the random fail. "Max Buffer Size Reached (1.5 MiB)" Any idea why that could be? Thanks!
Time: 1336msPassed: 5 Failed: 85 Exit Code: 137
Test Results:
Example tests
Empty file list
Singleton file list
Dobbleton file list
Files last
Example from description
Completed in 0.22ms
Random tests
Random test - 50 files (0 of 30 Assertions)
Random test - 100 files (0 of 30 Assertions)
Random test - 500 files (0 of 20 Assertions)
Random test - 2000 files (0 of 5 Assertions)
STDERR
Max Buffer Size Reached (1.5 MiB)
Hello,
could someone please approve my translation https://www.codewars.com/kumite/5fe34a61262ca6002bcd923c
thanks!