The return of the "ellipsoid_fit.py" is "return center, radii, evecs, v, chi2" but the "plot_ellipsoid.py" is asking for "center, evecs, radii = ellipsoid_fit(data2)".
So I guess it should be changed to "center, radii, evecs, v, chai = ellipsoid_fit(data2)".
Hi there,
The return of the "ellipsoid_fit.py" is "return center, radii, evecs, v, chi2" but the "plot_ellipsoid.py" is asking for "center, evecs, radii = ellipsoid_fit(data2)". So I guess it should be changed to "center, radii, evecs, v, chai = ellipsoid_fit(data2)".
Cheers,