-
#### Minimal, reproducible code sample, a copy-pastable example if possible
```python
from numcodecs.ndarray_like import is_ndarray_like
import numpy as np
import dask.array as da
np_array …
-
### Generic Issue
Xclim version: 0.52.0
Python version: 3.10.14
Operating System: Linux
### Description
I apply the MBCn algorithm for bias-correcting Euro CORDEX data. I successfully reproduce…
-
**Describe the bug**
Some of the unit tests fail on Debian Sid (x86_64)
**To Reproduce**
```shell
$ python3 -m pytest satpy/tests
```
**Expected behavior**
All tests pass
**Actual resu…
-
```
4.61.2 3.7.4 (default, Jun 7 2021, 11:29:47)
[GCC 9.3.1 20200408 (Red Hat 9.3.1-2)] linux
```
The new `tqdm.dask.TqdmCallback` does not integrate with dask.distributed, which uses a separate…
-
**Describe the bug**
Does not work model parallelization with Ray and a custom model from huggingface.
**To Reproduce**
I want to train a neural network using ludwig and molecular encoder from …
-
There is an issue with the default settings available from the docs where the Operator tries to delete a Kubernetes Deployment using the wrong name and therefore cannot find. The Operator tries to del…
-
## 🐛 Bug Report
## How To Reproduce
Steps to reproduce the behaviour:
```python
In [1]: import dask.array as da
...: from iris.util import array_equal
In [2]: array_equal(da.array([1,…
-
### Description
Dear developers,
As a proprietary language used at scale, it would be beneficial to introduce support for reading `SAS` backup files (`.sas7bdat`), so as not to have to use third-p…
-
**Describe the issue**:
API Documentation of dask train_test_split states that blockwise=False is supported for Arrays:
"For Dask Arrays, set blockwise=False to shuffle data between blocks as wel…
-
Hi folks, I'm Devin from the Modin group.
Between our groups, I believe there's a high potential for collaboration and improving the data science experience for Dask and Modin users. Due to the com…