-
The docstring of the the `s2ftt.recursions.price_mcewen.generate_precomputes` function
https://github.com/astro-informatics/s2fft/blob/7cf80bb87201fbdf39a1531a31b25a3112c1f140/s2fft/recursions/pric…
-
### Describe the bug
When attempting to load a pyarrow table with a `FixedShapeTensorArray` (`pyarrow`) or `ArrowTensorArray` (`ray.air.util.tensor_extensions.arrow`) column, the table cannot be lo…
-
to reproduce, unlock skeletonkey into args then numpy.savez the object then try to unpickle the npz will give a maximum recursion depth exceeded error.
```
>>> d = np.load('./vdp_ssm-dpc-epochs.npz'…
-
### Describe the issue:
Using python 3.13 free threading, I observe that multithreaded performance (MFLOPS) scales poorly for numpy array computation, especially on small arrays. For comparison, pe…
-
Writing classes for different input types (e.g., `torch.Tensor`, `jax.Array`, `numpy.ndarray`, `pandas.DataFrame`, `polars.DataFrame`) requires us to add a fair amount of boilerplate each time we want…
-
## Expected Behavior
Even if the `category_encoders.one_hot.OneHotEncoder` doesn't encode any features, we would expect it to convert a pd.DataFrame into a numpy.ndarray if we set the parameter :
…
-
running with --directml acceleration first got this error:
F:\ComfyUI\custom_nodes\ComfyUI-GGUF-main\nodes.py:79: UserWarning: The given NumPy array is not writable, and PyTorch does not support no…
-
I would like to compute an einsum according to the following formula:
```
n = 8192
arrays = [jax.random.normal(key=jax.random.PRNGKey(0), shape=(n, n)) for _ in range(6)]
formula = 'ij,ik,il,jk,…
-
### Describe the problem:
An `OverflowError` was encountered while running the base.py script, where an attempt was made to generate the `indices_multi` NumPy array with type `np.uint8` that includ…
-
The `pipeline.fit_transform` in the binning chapter return a numpy.array no matter whether the data is loaded specifying the pyarrow format.
As a matter of fact, the following line `pipeline.fit_tr…