Closed sfohr closed 8 months ago
Describe the bug In the decompose function, the elapsed iteration counter is incremented before the actual algorithm step is performed.
decompose
To Reproduce Steps to reproduce the behavior:
Expected behavior First, one step of the algorithm should be performed and afterwards the elapsed iterations counter should be incremented.
Describe the bug In the
decompose
function, the elapsed iteration counter is incremented before the actual algorithm step is performed.To Reproduce Steps to reproduce the behavior:
decompose
with proper input dataExpected behavior First, one step of the algorithm should be performed and afterwards the elapsed iterations counter should be incremented.