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
Fix BDF allocation tests to use correct problem types
Properly separated BDF solvers by their required problem types:
- Standard BDF methods (ABDF2, QNDF, QBDF, FBDF, SBDF, MEBDF2): use ODEProblem
- IMEX methods (IMEXEuler, IMEXEulerARK): use SplitODEProblem
- DAE methods (DABDF2, DImplicitEuler, DFBDF): use DAEProblem
This matches the LowOrderRK test structure and ensures each solver
is tested with the appropriate problem type it was designed for.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments