-
- Atom version : 1.10.2
- vim-mode-plus version : 0.58.0
In blockwise mode, one can press 'y' to copy the selection, however, when I trying to paste that text, only the last line of text will appear,…
-
Since https://github.com/dask/dask/pull/7620, we've seen a few instances where users have gotten burned by root-task overproduction (see https://github.com/dask/distributed/issues/5555, https://github…
-
This used to be such a pain, people were looping over a years worth of files for 60 years of data.
This is ERA5
```python
import dask.array
import flox.xarray
dims = ("time", "level", "lat"…
-
Since #530, it looks like `BlockwiseCoreg` has an issue: `apply` seems wrong, in the documentation built in #502 example it creates more errors than it corrects (wrong direction?).
Additionally, it …
-
I'm thinking of `groupby("time.year")`, which looks like a resample, and also resampling type aggregations,
In general, if `by` is sorted, then `blockwise` is potentially the best option.
We cou…
-
Everything was working a few days ago. Today running the train cell of Train_JupyterLab.ipynb causes the error
NameError: name 'str2optimizer8bit_blockwise' is not defined
I'm guessing that Run…
-
Users may be confused why tasks that they expect to run don't show up on the dashboard.
With low-level fusion, we concatenate the names of all the tasks together, so at least the name of the task (…
-
Subsequent Blockwise layers are currently fused into a single layer. This reduces the number of tasks, the overhead and is very generally a good thing to do. Currently, the fused output does not gener…
-
I noticed this test periodically failing due to a pytables locking issue today (may have started earlier).
Traceback
```
_________________ test_blockwise_dataframe_io[True-False-hdf] ______…
-
I'm currently struggling with a detail using FETCH.
Assuming, the FETCH requires more blocks of payload and so uses a BLOCK1 transfer to the server.
With that, the server will receive multiple req…