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
- Wrap sympy import in try/except to handle missing sympy gracefully
- Add _sympy_available flag to track sympy availability
- Automatically disable sympy checking when sympy is not available
- Add guards in SympyWrapper methods to handle missing sympy
- This allows tests to run even when sympy is not installed
0 commit comments