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.
Must have done it for a reason which escapes me now, I'm afraid... xD
Thanks, I missed that one!
This comment is hidden because it contains spoiler information about the solution
No need to delete topics, could be helpful to others in the future ;)
I just ran my solutions in Python and JS, tests seem to be working fine.
Their perimeter is 90, not 91.
I'm having the same problem for the Ruby version. Cannot get any helpful info from the error messages and there are not Sample Tests either.
Edit: managed to solve it in the end.
The problem was that all error messages are supressed or whatever, so even though my code had errors unrelated to the output, they were not displayed properly.
Instead I got messages of the type
Expected: "binary string", instead got: "Not a integer"
even though the error could be something completely different, such as an undeclared variable.This made the debugging very difficult so it took me a while to even understand that the fitness method returns a rational...
Indeed! Thanks :)
This comment is hidden because it contains spoiler information about the solution
Ruby tests are broken, I get this error message
main.rb:24:in `block (2 levels) in <main>': undefined method `[]' for nil:NilClass (NoMethodError)
even when I simply return 0.Sample tests work fine.
Anyone solved this in Ruby recently? Still broken I think.
"XRay" should be "Xray" in your list
Ruby version is still broken:
Thanks!
Hello, I'm sorry for the late reply. I retried the kata, the problem still exists for the sample tests
(you added the test case to the final tests, first time I'm used as a test case btw, cheers for that ;)).
My solution passes all the final tests (Attempt -> Passes all -> And then I submit successfully).
It is weird that I managed to submit it even though I fail the sample tests (that one case I mentioned above)
Loading more items...