-
**Describe the bug**
Error when building ulab for 1 dimension.
**Configuration used**
```
#define ULAB_MAX_DIMS (1) // Limit array dimensions to 1D
```
**Output**
```
../../../ulab/code/nu…
-
_Originally posted by @weiji14 in https://github.com/GenericMappingTools/pygmt/pull/3621#discussion_r1861767477_
> Opening a discussion on whether to:
>
> 1. Follow GMT (allow users to plot data…
-
NumPy has a masked array concept:
https://numpy.org/doc/stable/reference/maskedarray.html
This type of array consists of a values buffer and a validity buffer. This more closely matches how data i…
-
### Description of feature
Right now AnnData fields such as `.X` can have different datatypes, being e.g. numpy dense arrays, sparse arrays, or dask arrays.
Some ehrapy functions are compatible with…
-
Hello,
I have an issue while runing my code after activate my env UMA
File "/home/nfs/arbiasoula1/Arbia/NDVI-calculation-main/TrainTest.py", line 6, in
import tensorflow as tf
ModuleNotFoundE…
-
Most fetchers in `nilearn.datasets` currently return descriptions and label names in `bytes`. See issue #1635 and recent PR #2655 for example.
Moreover, metadata is currently returned as numpy arrays…
-
### Use case
The use case is passing large numpy arrays as input arguments, as well as return values which are large numpy arrays, to and from functions dispatched for concurrent execution on a sin…
-
Cross posting from https://github.com/jax-ml/jax/issues/24929
```
import opt_einsum
import numpy as np
formula = 'a,c,d,db,ab,cb,ac,cd,ad,b->dbc'
arrays = [np.random.rand(*(2,)*len(key)) fo…
-
### Description
I could not find in documentation if this already exists, however the idea is simple. Zero copy JAX for host-residing device arrays, and automatic transfer from accelerator if it's no…
-
### Describe the bug
Creating a symbol with column of array type containing arrays with different dtype succeeds and then prints out garbage.
### Steps/Code to Reproduce
```python
from arcti…