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
A test started to fail the last hours on the build with numpy/scipy master.
I assume it is related to a recent scipy change, commented about that here: scipy/scipy#9920 (comment)
But it is easy to fix on our side to just update the testing code (the construction of the sparse matrix)
On second thought, it was actually our test that was using sparse.coo_matrix(..) incorrectly (and which now started to be validated on the scipy side, which is a good thing :)).
Updated the PR to fix this accordingly: #25653
A test started to fail the last hours on the build with numpy/scipy master.
I assume it is related to a recent scipy change, commented about that here: scipy/scipy#9920 (comment)
But it is easy to fix on our side to just update the testing code (the construction of the sparse matrix)
Example log: https://dev.azure.com/pandas-dev/pandas/_build/results?buildId=9238&view=logs&jobId=3a03f79d-0b41-5610-1aa4-b4a014d0bc70
The text was updated successfully, but these errors were encountered: