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
The module was using SciMLBase qualified names (e.g., SciMLBase.supports_opt_cache_interface)
but only importing specific symbols from it. Added full `using SciMLBase` statement
to make the module name available for qualified access.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments