-
The example at https://github.com/CoffeaTeam/lpcjobqueue#with-dask provides the expected output, but afterward produces this error:
```
2024-10-07 18:59:19,866 - tornado.application - ERROR - Except…
-
Hi,
I am using the generic netcdf reader with BRAN2020 files. After modifying some variable and dimensions names my particles run happily when I use a single file, but when I try to do longer runs us…
-
### Context
Currently, we're writing our [own k8s manifests to deploy dask-gateway](https://github.com/nebari-dev/nebari/tree/843453daf9d440be00ba74402a8607870adcf373/src/_nebari/stages/kubernetes_se…
-
Different data:
1. subsets
2. sparse / dense chunks
Also all from disk.
-
I recently found that creating a `dask.distributed.Client` instance slows down the execution of the remaining code, even if Dask is not used at all.
An example to reproduce is given below (it basic…
-
Hi,
I came across the error below when trying to create a "datarmor" cluster on datarmor.
I'm running the 2023.3.2.dev20+g9a8772f version under python 3.10.14
```python
cluster = dask_hpcconfi…
gmaze updated
3 weeks ago
-
There are a couple of things that I wanted to bring up and possibly offer solutions. @hakonanes maybe you can tell me if these are reasonable or not.
##Overlap causing RAM Spikes
---------------…
-
The scheduler currently relies on a crude heuristic to infer topologies that may suggest that certain tasks are "root-ish". If the tasks are detected as such, they are "queued" to avoid memory pressur…
-
I notice that when I run in a Coiled notebooks environment that the CLI path isn't set up correctly when using package sync.
I need to invoke it directly at `/opt/coiled/env/bin/dask`.
Could…
-
Was hoping someone could quickly chime in with any thoughts on where to look.
very simple code, basically load a WSI with the OpenSlideStore and pull one of the pyramids out
```python
import za…