TomographicImaging/CIL

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

Opened this issue · 1 comments

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'