We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8b3d81 commit fa920bbCopy full SHA for fa920bb
part1/src/ex3_ex4/main.py
@@ -3,7 +3,7 @@
3
import numpy as np
4
import matplotlib.pyplot as plt
5
import time
6
-RANGE_XY = 1000000
+RANGE_XY = 1000
7
def parse_input():
8
points = []
9
ch = raw_input("To autogenerate write ->AUTO<- else just type something: ")
part1/src/ex3_ex4/plane.py
@@ -129,7 +129,7 @@ def incremental_convex_hull(self):
129
elif ort == CCW:
130
break
131
else:
132
- print ("COLINEAR points in the lower_hull")
+ print ("COLINEAR points in the upper_hull")
133
return
134
135
0 commit comments