Closed mehaase closed 11 years ago
I ran exactly into the same issue, I just pushed a commit to reduce the precision to make the tests closer to coursera's ones.
@mehaase The latest merge from @iemejia fixes this issue. Thanks for pointing it out. :smile:
I think my solution for MP4 is correct. It runs correctly on the Coursera site. DS0 and DS2-5 run correctly locally. But I am getting the wrong answer when I run DS1 locally:
As you can see, my answer is about .005004 away from the expected answer. I looked at the solution checker and it looks for solutions that are within .005.
Is anybody else having this problem? I believe that the checker on the Coursera site is rounding to two decimal places before checking.