Open
Description
Currently, explicitly defining maxiters=
for various tests is done only on a partial basis. The motivation for limiting maxiters
is that it will save CPU cycles and, ultimately, we do not care about the solution for the sake of the test. Some conversation can be found here: #241 (comment). One initial idea of @dmdunla is to set this to maxiters=10
.