ConvexHull icon indicating copy to clipboard operation
ConvexHull copied to clipboard

Issue with Jarvis March code

Open saiteja-danda opened this issue 5 years ago • 0 comments

Traceback (most recent call last):

File "", line 79, in main()

File "", line 68, in main L = GiftWrapping(P)

File "", line 33, in GiftWrapping if np.array(P[k]) != None:

ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()

saiteja-danda avatar Feb 24 '20 19:02 saiteja-danda