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

L16. recursive estimation notebook. numpy version #305

Open asimonov opened 6 years ago

asimonov commented 6 years ago

numpy version 1.12.1 (in workspace) returns eigenvalues/vectors in ASC order. numpy version 1.13.1 returns eigenvalues/vectors in DESC order. because of this when notebook is run locally the final point is not shown correctly

asimonov commented 6 years ago

re-creating fcnd env as of today gives me numpy 1.14.3. I think you need to fix it to 1.12 or whatever you rely on