-
Each algorithm has to be implemented in three ways.
wrapper for numpy (only trapezoids) and scipy (only simpson) implementation (due Wednesday)
pure python implementation (due Friday)
c/c++ imple…
-
### Prerequisite
- [X] I have searched [Issues](https://github.com/open-compass/opencompass/issues/) and [Discussions](https://github.com/open-compass/opencompass/discussions) but cannot get the expe…
-
Hey,
thank you for this great package. I have a problem using the scipy LSODA solver together with odeint_adjoint for a nonlinear stiff ODE. The problem is the following:
1. The forward solve w…
-
I propose following and extending scipys [quad](https://docs.scipy.org/doc/scipy/reference/generated/scipy.integrate.quad.html) function which is based on QUADPACKS adaptive QAGS algorithm. I also pro…
-
Following: https://docs.scipy.org/doc/scipy/dev/contributor/devpy_test.html
command:
`python dev.py --build-dir my-build test -s stats`
Fails
```
╭────────────────────────────────────────…
-
I run weekly builds of HEAD building the scipy-openblas wheels. Starting 5 weeks ago between commit 624e9d110 and 3184b7f20 there is a [test failure](https://github.com/MacPython/openblas-libs/actions…
-
Specifically,
```python
scipy.special.iv
scipy.special.ive
tensorflow_probability.math.bessel_iv_ratio
tensorflow_probability.math.log_bessel_ive
```
You could just lift the code from [here](ht…
-
since this works for pyodide we shoukd also add this.
See https://github.com/pyodide/pyodide/pull/4719
-
I compared ceres and scipy's curve_fit and found that ceres did not perform as well as curve_fit. The range calculated by ceres is 0, while the range calculated by curve_fit is more reasonable. What c…
-
Hi Amanda, I've got some notes on what I'm seeing here:
This seems to be causing failures for me, both in CI and locally, for some of the SciPy tests. Oddly, it seems to behave differently for Python…