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
Filter lb and ub from scipy kwargs in NonlinearSolveSciPy
Filter out :lb and :ub from kwargs passed to scipy since these bounds
are extracted directly from the problem using hasproperty and passed to
scipy separately via the bounds parameter.
This is a minimal, non-invasive fix that only touches NonlinearSolveSciPy.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
0 commit comments