Trying to troubleshoot some failing tests while running debian package build of 0.11. It is running as root... So decided to try current master (0.11-24-g8892839). When I run 'py.test -s -v joblib' at ...
I'm running some simulations using the joblib library. For that, I have some number of parameter combinations, each of which I run 100,000 times. I'd now like to write the result of each simulation to ...