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.
duplicate issue, read below.
Sometime please tell me why this C# test failed:
Test Failed
Expected (max. 6 decimal places necessary): SOLUTION=(0.239166; -1.285; -2.290833)
But got: SOLUTION=(0.2391666666666666666666666666; -1.2850000000000000000000000001; -2.2908333333333333333333333334)
So checked: SOLUTION=(0.239166; -1.285000; -2.290833)
Where you able to determine if expected and result are indeed switched, or if it was a problem with your code? I'm having the same issue.