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

Levenberg Marquardt implementation #72

Merged
merged 20 commits into from
Jun 9, 2016
Merged

Levenberg Marquardt implementation #72

merged 20 commits into from
Jun 9, 2016

Conversation

vasole
Copy link
Member

@vasole vasole commented May 9, 2016

Addresses #44

@PiRK
Copy link
Member

PiRK commented May 10, 2016

Regarding 4e30789#diff-3ce44ff7792abd000958391cf1b58b70L2, the Sphinx doc says::

in situations where documentation for things in a module is spread over multiple files or sections – one location has the py:module directive, the others only py:currentmodule.

My .. pymodule::directive was wrong, I meant .. py:module::

@payno
Copy link
Member

payno commented May 23, 2016

if I understand correctly the line 26 :

"_logger = logging.getLogger(name)"

this is ok if we use this file as a module. But if we use it as a "single file" / demo we will get a warning.

@payno
Copy link
Member

payno commented May 23, 2016

Thanks to Thomas it s look like a call to "logging.basicConfig()" before _logger = logging.getLogger(name) is needed when we call it as a "single file"

False will ignore input arrays values containing nans.
Default is True.

:param left_derivative: bool, optional
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

left_derivative is described twice

@dnaudet dnaudet merged commit 814b621 into silx-kit:master Jun 9, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants