Ad
  • Default User Avatar

    Under Ruby, my 10s of tests all pass. Then, when I submit, I get this:

    page_index returned incorrect value when provided a item_index argument that was out of range

    The tests provided in the discription pass too.

  • Custom User Avatar

    I assume you mean Python. That was a translation that I approved but didn't write. I took out the random test cases.

  • Custom User Avatar

    There is a lot of bugs in the random test cases...

    Testing .page_index() method for 4 elements, 1 elements per page, item number 2
    It should work for random tests too: 1 should equal 2

    Should page_index count from 0?

    Have anyone work around this?