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

Check convergence in PDHG throws an error, and should be False by default #1965

Open
MargaretDuff opened this issue Oct 22, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@MargaretDuff
Copy link
Member

MargaretDuff commented Oct 22, 2024

Description

The continued mission to kill kwargs... we should delete these line:
https://github.com/TomographicImaging/CIL/blob/23187c9eebfc691a4d65178c37a6cf59b01a0d57/Wrappers/Python/cil/optimisation/algorithms/PDHG.py#L320C7-L321C37

@MargaretDuff MargaretDuff added the bug Something isn't working label Oct 22, 2024
@MargaretDuff MargaretDuff self-assigned this Oct 22, 2024
@lauramurgatroyd lauramurgatroyd changed the title Check convergence in PDHG should be optional Check convergence in PDHG throws an error, and should be optional Oct 22, 2024
@MargaretDuff MargaretDuff changed the title Check convergence in PDHG throws an error, and should be optional Check convergence in PDHG throws an error, and shouldn't default to True Oct 22, 2024
@lauramurgatroyd lauramurgatroyd changed the title Check convergence in PDHG throws an error, and shouldn't default to True Check convergence in PDHG throws an error, and should be False by default Oct 22, 2024
@lauramurgatroyd
Copy link
Member

check_convergence currently isn't usable because:

super().__init__(**kwargs)

passes it to the Algorithm base class which throws an error:
Algorithm.init() got an unexpected keyword argument 'check_convergence'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants