udacity / fcnd-issue-reports

You can use this repository to file issue reports with the Flying Car Nanodegree content.
1 stars 4 forks source link

L21: Sensor Fusion Ex pointing to a wrong colliders.csv #351

Closed fierval closed 5 years ago

fierval commented 6 years ago

data = np.loadtxt('data/colliders.csv', delimiter=',', dtype='Float64', skiprows=2)

should be: data = np.loadtxt('colliders.csv', delimiter=',', dtype='Float64', skiprows=2)

annerajb commented 6 years ago

can confirm even after a workspace refresh/reset

mvirgo commented 5 years ago

Fixed (finally)