-
Status at https://ci.appveyor.com/project/conda-forge/scipy-feedstock/build/1.0.10/job/002sr96nxm5vpp10?fullLog=true
is 34 failed, 12047 passed, 1371 skipped, 577 deselected, 75 xfailed, 6 xpassed,…
-
-
Hey, just tried to install the addon and I get the error:
```
Python: Traceback (most recent call last):
File "", line 1027, in _find_and_load
File "", line 1004, in _find_and_load_unlocked
…
-
Hi! I am very interested in testing ML libs and this project. This project can test pandas, sklearn, scipy, and polars. My question is, what do I need to do to let this project test NumPy? Do I need t…
-
### Describe your issue.
I stumbled upon an unexpected behavior of `fftconvolve` that does not seem to be documented.
While the behavior can be interpreted as consistent with the documentation, I am…
-
Check the pad, but as of this writing:
Scipy (Know that it exists):
- What is scipy?
- Wrapper around C and fortran libraries
- When you need it, you will search for it
Scipy (Know that it …
-
Scipy is recommending migration to the new sparse array format, see note [here](https://docs.scipy.org/doc/scipy/reference/sparse.html). PorePy will gradually migrate to the new style, but to make tha…
-
I'm working in a new conda environment, with the following `environment.yaml` file (mine contains more, but this is boiled down to nearly the minimum).
````
name: newenvironment
channels:
- co…
-
Traceback:
```
$ python -m build --no-isolation -x -Csetup-args="-Duse-pythran=false"
...
+ meson setup D:\a\scipy\scipy D:\a\scipy\scipy\.mesonpy-nmuol9tn -Dbuildtype=release -Db_ndebug=if-rele…
-
### 🐛 Describe the bug
Hello! I tried using created in #1681 `torchaudio.functional.filtfilt` instead of `scipy.signal.filtfilt`. In my observation there is no such combination of arguments that …