The testing function (look at "assertFuzzyEquals" in the "Sample tests") tests only the first two decimals.
Thanks for the prompt fix.
In the description example:
mean("London", data), 51.19(9999999999996)
What does the part of the output in brackets refer to?
This comment is hidden because it contains spoiler information about the solution
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.
Thanks for the prompt fix.
In the description example:
mean("London", data), 51.19(9999999999996)
What does the part of the output in brackets refer to?
This comment is hidden because it contains spoiler information about the solution
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?
This comment is hidden because it contains spoiler information about the solution