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
Update return code documentation to reflect enum implementation (fixes#734)
- Update retcode documentation to explain they are now enum values, not symbols
- Add proper usage example with SciMLBase.successful_retcode(sol)
- Add warning about deprecated sol.retcode == :Success pattern
- Fix incorrect usage in FAQ (was sol.retcode, should be just sol)
- Add link to SciMLBase ReturnCode documentation for complete reference
This addresses the issue where the documentation was outdated and still
described return codes as symbols instead of the current enum implementation.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments