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 parameter type annotations in scipy.linalg LU functions
Change parameter types from `{None, bool}` to `bool` for overwrite_a,
check_finite, and overwrite_b parameters to match SciPy's documentation.
These parameters are boolean flags that do not accept None as a valid
value according to the documented API.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
0 commit comments