Open asimonov opened 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
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
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