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.
Resolved.
I've fixed this in Python; I'll port the changes over to JS now.
Good catch, thank you. Fixed in Python.
Still not fixed for JS:
Missing test for rounding up to nearest degree. For example
0.99999999 -> [1]
.approved
Fork published with bugfix, see above
I've published a fork which fixes the bugs in the reference solution, just waiting on approval.
This comment is hidden because it contains spoiler information about the solution
still the same issue
[261, 13] should equal [261, 12, 60]
How is this possible? At least one random test is wrong every attempt. It expects you not to convert 60'' to 1' in some tests while others work properly
286.3333333333333
degrees[286, 20, 0]
[286, 20, 60]
fixed by self-edit and fork approval
Loading more items...