François Steinmetz

Results 9 comments of François Steinmetz

I am also seeing Python LanguageServer never closing, however it is not on MacOS but on Linux, through SSH remote (windows client). LS stops as expected when starting VSCode and...

Thanks for the explanation! It's too bad that netCDF4 and HDF5 don't support that, I'll have a look at netCDF3. In my example I was taking diagonal elements only for...

I have successfully tested this patch on a sample case where I run 2-min jobs with a 1-min lifetime : tasks complete as expected when activating --drain. This feature is...

Just in case : even `pixi add` triggers such updates (`pixi add toml`), not only `pixi update`. Thanks for your reactivity !

Any news on this issue ? Editing the lockfile is not a very convenient workaround 😅

@aaazzam my understanding is that with your workaround, you don't `submit()` your tasks, thus they run locally, not on `PBSCluster`... I have tested on a `HTCondorCluster`, and no worker is...

Ok, actually this is not how a temporary `DaskTaskRunner` should be initialized. Instead of passing an instance of cluster, you should pass `cluster_class`/`cluster_kwargs`. See #10136 . So in your case,...

I am willing to be listed as a maintainer for these repositories

Thanks Daniel. About your comments on dependencies in the `meta.yaml` files : - The "hygeos" dependencies were defined as optional in pyproject.toml, because there were some issues with nested dependencies...