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
Further fixes for Scipy 1.15 update for PR and nightly CI (#6213)
Nightly CI revealed a bug between hypothesis `floating_dtypes(sizes=(32, 64)` and building sparse matrices, this PR uses `st.sampled_from((np.float32, np.float64)` to solve the issue.
Additionally, cudf.pandas active made one dataset in ARIMA pytests fail, so disabling that one while we look further into it.
Authors:
- Dante Gama Dessavre (https://github.com/dantegd)
Approvers:
- Victor Lafargue (https://github.com/viclafargue)
- Simon Adorf (https://github.com/csadorf)
URL: #6213
0 commit comments