Thomas Moreau

Results 170 comments of Thomas Moreau

@jjerphan I rebased the PR and did a pass on the doc, feel free to review once more :)

I see three possible cases here: - Some workers timed-out when you are submitting new jobs. If you are not changing the timeout argument in the Parallel backend, there is...

I have to say I don't know :sweat_smile: I read some doc about fs in uncompressed `tar` archives with [pyfilesystem](https://docs.pyfilesystem.org/en/v2.4.2/reference/tarfs.html) but it is unclear how concurrent safe this is. In...

Hello, thanks for reporting the issue. The error message you report should not affect the execution of your script, only the clean up of memmapped files. It is an error...

I think this is the bug I triggered in #588 and I fixed it there so if th CI is green, I would merge this one.

Ok it does not seem a flaky one. Also, I get some hanging with `pytest -vl joblib/test/test_parallel.py::test_nested_parallel_warnings[loky-loky-False]` on local. Let's not merge this one but see if the refactoring in...

Looking at the logs, it seems to be a bug from `nilearn` side, specifically in the version check from the `_safe_cache`: https://github.com/nilearn/nilearn/blob/4242c0d03e3fc790b17a1d88ce5a4140633c6b6f/nilearn/_utils/cache_mixin.py#L111-L117 The test fails because one of the module...

Thanks a lot for the PR. This has been a long-standing demand to have such a feature in `joblib`. We just merged #1393 which implements a similar feature. If you...

Indeed, this has been implemented in #1393 , closing this long lasting issue :)

I just fixed this, I will try to merge it to include it in the next release.