Up to definition of problem in wcat

This commit is contained in:
Grant Sanderson
2016-10-26 17:17:07 -07:00
parent 15b8236b26
commit de75d1464b
6 changed files with 566 additions and 7 deletions

View File

@ -42,6 +42,7 @@ def play_finish_sound():
play_chord(12, 9, 5, 2)
def get_smooth_handle_points(points):
points = np.array(points)
num_handles = len(points) - 1
dim = points.shape[1]
if num_handles < 1: