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
Adds explicit DiffEqBase import to resolve UndefVarError that occurs
when running tests in SafeTestsets environment. The error manifested
in CI at line 70 where DiffEqBase.ODEFunction is called but DiffEqBase
was not directly imported, only available through transitive dependencies.
Fixes CI failure in PR SciML#3912 InterfaceI test group.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments