Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

optimize.leastsq() documentation should mention it does not work with NaNs #3491

Closed
ankostis opened this issue Mar 26, 2014 · 0 comments · Fixed by #3929
Closed

optimize.leastsq() documentation should mention it does not work with NaNs #3491

ankostis opened this issue Mar 26, 2014 · 0 comments · Fixed by #3929
Labels
Documentation Issues related to the SciPy documentation. Also check https://github.com/scipy/scipy.org good first issue Good topic for first contributor pull requests, with a relatively straightforward solution scipy.optimize
Milestone

Comments

@ankostis
Copy link

In the documentation of the leastsq function, there should be a sentence regarding the handling NaNs. Otherwise, the fitting might fail to calculate the parameters just because the data contain null/nan values, and the user will be clueless as to why this has happened.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Documentation Issues related to the SciPy documentation. Also check https://github.com/scipy/scipy.org good first issue Good topic for first contributor pull requests, with a relatively straightforward solution scipy.optimize
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants