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
[ENH] Set environment variables for deterministic testing
Added `PYTHONHASHSEED` and thread control variables (`OMP_NUM_THREADS`, `MKL_NUM_THREADS`, `OPENBLAS_NUM_THREADS`) to ensure consistent and reproducible test results. This improves stability and reliability during testing.
0 commit comments