Loïc Estève
Loïc Estève
Hmmm for some reason we are stuck with an old version of the Scipy development wheel uploaded one month ago: https://anaconda.org/scipy-wheels-nightly/scipy/files?version=1.10.0.dev0%2B0.df3fe4e&page=1 (you can see it in one of the [log](https://dev.azure.com/scikit-learn/scikit-learn/_build/results?buildId=45014&view=logs&j=dfe99b15-50db-5d7b-b1e9-4105c42527cf&t=eb5122d5-ab7e-5479-a8ce-245b4d64938b&l=713)...
Nice to see this one green!
Seems like a real issue for global_random_seed=20. On my Ubuntu 20.04 machine (making sure atlas is used by chosing atlas with `sudo update-alternatives --config libblas.so.3-x86_64-linux-gnu`) I get an error rather...
**Edit**: should be fixed by #24168 Hmmm the latest failure is a separate one: ``` test_pairwise_distances_argkmin[80-float32-parallel_on_X-cityblock-1000000.0-500] test_pairwise_distances_argkmin[80-float32-parallel_on_Y-cityblock-1000000.0-500] ``` Maybe related to https://github.com/scikit-learn/scikit-learn/pull/23865, cc @jjerphan for more visibility. I can reproduce...
:thinking: there were two separate issues here. The pairwise distances one was fixed but the fastica one debugged in https://github.com/scikit-learn/scikit-learn/issues/24131#issuecomment-1208091119 still exists. I'll reopen this one for now. Do you...
OK I have added a what's new entry
Great, the scipy-dev build may be green tomorrow morning which hasn't happened in a while :crossed_fingers:
Merging this one, thanks!
Let me try to summarise my understanding of the issue (while at the same trying not to sound too demanding): - this is a regression in IPython 8 - it...
FWIW a `git bisect` points to #11886 which uses `stack_data` to show the stacktrace. I tried to see whether that was a regression in `stack_data` but actually I get the...