I have no idea what is going on here, but no matter how I run the tests, I'm not getting them to run any faster in parallel. These commands all give me the same timings (about 21 sec):
python -c "import scipy; scipy.test()"
python -c "import scipy; scipy.test(parallel=4)"
pytest --pyargs scipy.linalg
pytest -n 4 --pyargs scipy.linalg
And the same if I try it on other submodules or on scipy as a whole. I even uninstalled pytest-xdist
to make sure - no difference whatsoever.
This used to work after gh-10172 two years ago. Does this still work for anyone else?
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4