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

Exceptions in callbacks are not handled properly #2

Open
larsmans opened this issue May 20, 2012 · 0 comments
Open

Exceptions in callbacks are not handled properly #2

larsmans opened this issue May 20, 2012 · 0 comments
Assignees

Comments

@larsmans
Copy link
Owner

Exceptions occurring in the evaluation or progress reporting callbacks currently cause a print to stderr and an LBFGSError because the wrong value is returned from the callback:

Exception UnboundLocalError: "local variable 'f_calls' referenced before assignment" in 'lbfgs._lowlevel.call_eval' ignored

The exception should be passed up instead.

@ghost ghost assigned larsmans May 20, 2012
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

No branches or pull requests

1 participant