Describe the new feature:
We are not checking if the FANCI steps converge between the FanPT steps. Having a printed warning or raising an error, if we want to be more strict can be informational to users.
How would you implement this feature?
Add a logging print statement during optimization. Additionally, add a warning statement to the end of the output to show that some FANCI steps did not converge. The warning during the optimization may go unnoticed by users as outputs can be long.
Additional comments:
No response
Describe the new feature:
We are not checking if the FANCI steps converge between the FanPT steps. Having a printed warning or raising an error, if we want to be more strict can be informational to users.
How would you implement this feature?
Add a logging print statement during optimization. Additionally, add a warning statement to the end of the output to show that some FANCI steps did not converge. The warning during the optimization may go unnoticed by users as outputs can be long.
Additional comments:
No response