We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the algorithm class code, the call to next and update is hidden in this line:
next
update
CIL/Wrappers/Python/cil/optimisation/algorithms/Algorithm.py
Line 279 in 5749b38
This is unclear to users (and developers) and makes debugging hard. We should at least add a comment!
The text was updated successfully, but these errors were encountered:
next()
MargaretDuff
Successfully merging a pull request may close this issue.
Description
In the algorithm class code, the call to
next
andupdate
is hidden in this line:CIL/Wrappers/Python/cil/optimisation/algorithms/Algorithm.py
Line 279 in 5749b38
This is unclear to users (and developers) and makes debugging hard. We should at least add a comment!
The text was updated successfully, but these errors were encountered: