We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c22374 commit c4dfcceCopy full SHA for c4dfcce
docs/src/basics/solution.md
@@ -192,7 +192,9 @@ SciMLBase.successful_retcode(sol)
192
193
!!! warning
194
Previous iterations of the interface suggested using `sol.retcode == :Success`,
195
- however, that is now not advised. Use `SciMLBase.successful_retcode(sol)` instead.
+ however, that is now not advised because there are more than one return code that can be interpreted
196
+ as successful. For example, `Terminated` is a successful run to a manual termination, and would be missed
197
+ if only checking for Success. Therefore we highly recommend you use `SciMLBase.successful_retcode(sol)` instead.
198
199
The return codes include:
200
0 commit comments