The testing function (look at "assertFuzzyEquals" in the "Sample tests") tests only the first two decimals.
Do you know what inputs make your solution fail? Please try to recreate the failing test case in your IDE and debug through your solution locally.
Maybe this will be helpful: https://github.com/codewars/codewars.com/wiki/Troubleshooting-your-solution#print-input
Or maybe you mean that the exact same test case passes for you locally, but fails here?
Loading collection data...
The testing function (look at "assertFuzzyEquals" in the "Sample tests") tests only the first two decimals.
Do you know what inputs make your solution fail? Please try to recreate the failing test case in your IDE and debug through your solution locally.
Maybe this will be helpful: https://github.com/codewars/codewars.com/wiki/Troubleshooting-your-solution#print-input
Or maybe you mean that the exact same test case passes for you locally, but fails here?