Ad
  • Default User Avatar

    Using Java I am getting the correct output (It looks like) but I'm not passing the test.

    Here are just tests 1 and 2 (but they're all like this)

    test1(PiApproxTest)
    ✘ expected:<[10, 3.0418396189[]]> but was:<[10, 3.0418396189[]]>

    test2(PiApproxTest)
    ✘ expected:<[100, 3.1315929036[]]> but was:<[100, 3.1315929036[]]>

    As you can see the numbers are all correct, but I have no idea what's going on.