Light Mode
Dark Mode
convex hull test cases

Hi,

I would like to give some feedback about https://py.checkio.org/mission/convex-hull/solve/. In the attached, I have a draft of my solution that meets the immediate test cases in the assertions on the module, but then fails checkio([[2,5],[5,5],[5,2],[2,2]]). I notice my output is in fact the same points as the test expects, and is also clockwise like the Mission Info states. The only difference is that the seed point is different for both answers. This however is not a condition of the mission, is it? unless I am missing something?

  • bug
Created: March 12, 2018, 6:05 p.m.
Updated: March 13, 2018, 6:26 a.m.
0
11
User avatar
hope2survive