Skip to content

Commit 3d5ee28

Browse files
Update returncode
1 parent 881ee71 commit 3d5ee28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/basics/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ the solution quickly diverges to infinity! This means, double-check your paramet
3232
are indexed correctly!
3333

3434
**Note: if you see these warnings during a parameter estimation process, this is
35-
likely the underlying problem. Simply check `sol.retcode != :Success` and throw
35+
likely the underlying problem. Simply check `SciMLBase.successful_retcode(sol.retcode)` and throw
3636
an `Inf` cost. Most optimizers will then reject steps in those parameter regimes!**
3737

3838
There are a few other things to check as well. Often, the stability of

0 commit comments

Comments
 (0)