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.
Easy yet funny.
python new test framework is required. updated in this fork
Ruby 3.0 should be enabled.
Yep
Everything works with python 3.4
but python 2 still have that issue
Everything works. Thanks for the help :)
Seems like the new translation didn't go through even after approval so I just slapped the code into the kata directly.
It should be resolved now ;-)
same problem with randon tests// what can i do ??
Btw
This kumite is related to the Fuel usage reporting kata that you have not yet unlocked. You can unlock it either by completing it or by viewing the solutions.
so i cant use translation fork
There were some rounding errors in the reference solution.
I published a translation fork that should resolve the issue (and added support for py3).
Python, problems with random tests:
Testing for total_kilometers(22, 0.6)
Test Passed(total_kilometers=2.73)
But:Testing for total_kilometers(25, 226)
It should work for random inputs too: 900.0 should equal 904.0(Why does rounding occur?)
Fixed the descriptions too
That's why people need to get used to typed languages ;-)
Agree; changed the name, hoping the author does not mind.
Added the information of the method tested for the basic cases, now all visible as example test cases; I would not give too much information, as in most katas to know the input you just have to log/print/puts it and that's fine, imho.
Agree, but is it worth opening an issue over it? I mean, I don't expect the author to change it and this makes the kata quite hard to approve.
Loading more items...