Willi Rath
Willi Rath
Are there any existing Dask examples that specifically focus on dask-jobqueue? What I have in mind is something for users with some familiarity with Dask, who want to learn how...
Currently, with `SLURMCluster`, the user can add arbitrary header lines by adding them to the `job_extra` list. These extra lines [end up in the `job_header` attribute](https://github.com/dask/dask-jobqueue/blob/d7afbfe50191a4dca5f07ee506294edebbe05ad5/dask_jobqueue/slurm.py#L80_L83) right upon initialisation of...
The fact that with [v1.2.9](https://github.com/Unidata/netcdf4-python/blob/master/Changelog#L35) `valid_min` etc may have severe effects whereever people have been sloppy with these attributes. (In my experience, there are a _lot_ of these files.) Is...
I'm working on a project that aims at providing observation-like sampling for Ocean model data living on a C grid. What we aim at is keeping the C grid logic...
This is a first stab at solving #486 by overriding filling of missing chunks. TODO: * [x] Add unit tests and/or doctests in docstrings * [x] Add docstrings and API...
@delandmeterp In Paris, we briefly talked about disentangling the structure of Parcels into essentially a bunch of microservices. In this Gist https://gist.github.com/willirath/6943b136ad85ad83078f201316f9170b I've played with Dask actors to have a...
Putting, e.g., into landing page leads to which reports 404 as the correct URL would be .
I'm struggling with an uplink that has stalling HTTP connections from time to time. Currently, `conda-mirror` just seems to wait forever if this happens during a download. Is there any...
Adaptive Clusters with `threads_per_worker > 1` will scale to reach a duration `target_duration / threads_per_worker`: ```python from dask.distributed import LocalCluster, Client, Adaptive from dask import bag as db from time...
I have a use case where I'd like to catalog NEMO data and chunk depth dims which are called differently (`deptht`, `depthu`, ...). The following explains (I hope), what I...