-
First was
```
[31]ERROR | 03:08 || Failed Messages download. Response code: 400
{"success":false,"error":{"code":99,"details":"missing groupId"}}
```
then came
```
[43]ERROR | 03:09 || Unex…
-
NumPy is adding type annotations in 1.20 (due December?). We can then stop ignoring it in `mypy` runs. It looks like SciPy 1.6.0 (in December as well?) may support the annotations as well. It appears …
-
Currently, if SageMath is built, it will use up more than number of parallel jobs specified by `MAKEFLAGS`, because `make` and `ninja` has no communication.
I notice that there are already tools to…
-
Running `tests/test_spherical_precompute.py::test_transform_inverse_healpix` on a MacOS (`arm64`) runner with Python 3.9 or above generates a segmentation fault [with output](https://github.com/astro-…
-
**Error:**
When running:
`from BorutaShap import BorutaShap`
shows error:
`ImportError: cannot import name 'binom_test' from 'scipy.stats'`
**Steps to reproduce the behavior:**
1. run 'from …
tegku updated
1 month ago
-
### Steps to reproduce the issue
I running into issues when trying to install py-scipy from spack. It says `Error: 'numpy' must be installed before running the build`
```
setup.py:486: UserWarnin…
-
Let's work on improving scipy.sparse together! The main focus will be sparse arrays, but we're also interested in compatibility with other scientific python libraries, array API support, performance i…
-
Currently, neither vanilla torch nor array-api-compat torch seem to accept the `copy` keyword. (Or the `device` keyword, of course, but that is probably harder to deal with.)
```python3
import num…
-
![image_2024-10-14_05-32-23](https://github.com/user-attachments/assets/2082750b-336b-4feb-90cd-f05a2dc7aa12)
This screenshot is from [scipy-stubs](https://github.com/jorenham/scipy-stubs), specifi…
-
### Describe your issue.
Building against Accelerate and running the test suite on macOS15 gives several fails. Four of these are in `interpolate`, and appear to have been added in ~August in #21167 …