aleksandrbazhin / ellipsoid_fit_python

Find ellipsoid fit for arbitrary data with python/numpy, plot it or write to file.
MIT License
75 stars 20 forks source link

Wrong return function #4

Closed YJonmo closed 5 years ago

YJonmo commented 5 years ago

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,

YJonmo commented 5 years ago

Sorry please remove the post, I think I was using the older version of the repo.

aleksandrbazhin commented 5 years ago

Thank you for report anyway. Closing issue.