-
Hi,
I am trying to use lmfit with Numba compiled model. The model is as follows:
```
import numpy as np
from scipy import integrate
from scipy.special import j1
from scipy.special import j0
…
-
**[Original report](https://bitbucket.org/fredrik_ucg/umep/issue/128) by Matthias Demuzere (Bitbucket: [Matthias Demuzere](https://bitbucket.org/Matthias Demuzere), ).**
The original report had attac…
-
The scipy curve_fit documentation says that xdata can be an object:
> xdataarray_like or object
> The independent variable where the data is measured. Should usually be an M-length sequence or an …
-
I have phpactor installed with composer globally and within vim with:
Plug 'phpactor/phpactor', {'for': 'php', 'branch': 'master', 'do': 'composer install --no-dev -o'}
```
" init.vim
let g:p…
-
**Application version**
(The version of the application this issue occurs with.)
4.8.0
**Platform**
(Information about the operating system the issue occurs on. Include at least the operat…
-
This came in a couple of days ago in the Python 3.0 nightly CI job, but it's in NumPy main - I can reproduce it with Python 3.8. There's a bunch of failures:
```
__________________ TestCorrelateRe…
-
**Submitting author:** @tylunel (Tanguy Lunel)
**Repository:** https://github.com/tylunel/pvpumpingsystem
**Version:** v1.0.0
**Editor:** @kbarnhart
**Reviewer:** @samuelduchesne, @robinroche
**Archiv…
-
Fedora 31 x86_64
PyPy 3.6 (7.2.0)
SciPy 1.4.1
OpenBLAS, ATLAS, Lapack and BLIS headers installed
```
Collecting scipy
Using cached https://files.pythonhosted.org/packages/04/ab/e2eb3e3f90b93…
-
When I tried to follow the instruction in the tutorial I've stumbled on an error in starChooser:
------------
File "/home/alex/anaconda2/envs/iraf27/lib/python2.7/site-packages/trippy/psf.py", line…
-
#### Summary:
Support solving a system of non-linear equations using one of the better supported unsupported modules in Eigen. An alternative would be to use KINSOL in Sundials, but I think Eigen wou…