-
Hi @martin3141 , I am a reviewer at https://github.com/openjournals/joss-reviews/issues/3646
I am running Ubuntu 20.04 and tried to install R and `spant` following the instructions in the repositor…
-
We need to support as one of the methods to calculate the spectra. In essence NNLS is variable projection with constraints on the amplitudes to be strictly positive.
TIMP makes use of the implementa…
jsnel updated
3 years ago
-
when i tested restore on a simple dataset it fails with the following error in fitting:
```python
/home/toddr/Software/dipy/dipy/reconst/dti.py:1463: RuntimeWarning: overflow encountered in exp
…
-
### Steps to reproduce the issue
I'm tying to install q-e-sirius with ROCm on AMD GPU R9 fury (gfx803)
I have done following step:
```
spack install gcc
spack install sirius +rocm amdgpu_targe…
-
Hi,
When trying to build Scipy following [this](https://scipy.github.io/devdocs/dev/contributor/quickstart_ubuntu.html) tutorial, a fatal error occurs due to some problems with the cblas.h header.
…
-
## Project Robyn
## Describe issue
Hi! Thank you for a great library!
I faced some problem while using Robyn and can't solve it by myself.
I am trying to run demo example with `adstock = "weib…
-
My issue is about ... from scipy.optimize import curve_fit
#### Reproducing code example:
```
x = [0,75,745.5027446]
x = np.array(x).astype(float)
num = [1e-6,5,135.4783469]
y = …
-
Trying to run the example for arbitrary radial profiles causes an error.
Am I doing something wrong?
```python
param = {'diam':1.0, 'profile':'$MU**$alpha', '$alpha':0.1}
data.doFit(param)
``…
-
Hello
First of all, thank you for sharing your code. I have met a problem in running the first sample of Modess:
```
../bin/Modess --singleprop --atmosfile NCPA_canonical_profile_zuvwtdp.dat --…
-
When treating a scalar problem, leastsq needlessly appends an extra dimension to the argument of the function to be minimized as well as the result. MCVE:
```python
from scipy.optimize import leasts…