jleuschn/dival

Iterative reconstructors wrapping ODL solvers do not use hyper parameter `'iterations'`

Opened this issue · 0 comments

The iterative reconstructor in from dival.reconstructors.odl_reconstructors inherit from dival.reconstructors.reconstructor.IterativeReconstructor, and thus should reflect the hyper parameter iterations. Instead they currently use an unrelated attribute niter. This should be merged, ideally ensuring backward compatibility.