You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to iterate a solver that has not been solved, the user is told that there is no method matching iterate for the solver. Same goes for getindex:
When attempting to iterate a solver that has not been solved, the user is told that there is no method matching
iterate
for the solver. Same goes forgetindex
:However, should the unsolved solver not be an empty collection?
This is especially confusing due to the documentation, which says that you can iterate the solver in the line before it is solved. From http://nonlinearsolve.sciml.ai/dev/tutorials/iterator_interface/ :
The text was updated successfully, but these errors were encountered: