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.
I will mark the issue as resolved then
I believe I forked your solution with the fixed version? I don't quite know how it works it's my first solution in codewars sorry.
Should be done now. Please let me know if there is anythng else!
Ok I've added margin for the doubles checking, I believe everything should be fine now?
Please let me know!
Tests should now show the expected vs actual value as you suggested.
As for the floating point errors, we don't exactly know how to handle that since we are comparing the Arrays themselves using assertArrayEquals, since we are giving the gravity constant and the rest of the values are Integers we didn't expect to have that issue.
Should be fixed now!
Java Translation