udacity / aitnd-issues

Repo for AITND issues/bug reports from students.
64 stars 0 forks source link

Term 2: Lesson 8, part 16 #94

Closed jevgenitolstouhhov closed 5 years ago

jevgenitolstouhhov commented 5 years ago

From the exercise below, if we just return empty list, the unit test says that the answer is correct.

Trying for L=[5,6,7]. The correct answer is [0.09003057317038046, 0.24472847105479764, 0.6652409557748219] And your code returned []

Correct!

Brok-Bucholtz commented 5 years ago

Thanks for the feedback. We have fixed the quiz to correctly check the solution.