-
Hi JK,
I tried running the code but I get the following error (note that it works fine on other, almost identical input files). Any clue to what's going on? I have tried to add the fine-structure tra…
-
### Describe your issue.
On arch linux with
```
$ python --version
Python 3.10.1
$ gcc --version
gcc (GCC) 11.1.0
$ gfortran --version
GNU Fortran (GCC) 11.1.0
$ pacman -Q openblas
openbla…
-
Hi there,
Just seen that when I open FemCalculixCantilever3D from FreeCad start workbench, it ask a recompute and then crash immediately.
Here is the traceback:
./FreeCAD.app/Contents/MacOS/FreeCAD…
-
Hi,
I am using Windows 10, Julia 1.5.3 and MINPACK v1.1.1.
If I run the following code:
```
using MINPACK
function f!(fvec, x)
println(x)
fvec[1] = x[1] + 3.0
fvec[2] = x[2] - 1…
-
### 🐛 Describe the bug
Using optimizer.step() with optimizer = optim.SGD(self.layers.parameters(), lr=learning_rate) on a fully connected network with nn.Sequential gives the following error on mac…
-
I'm compiling a fortran package in linux and windows.
It perfectly link with minpack in linux, but the next functions are missing in windows:
`qrfac_' `qform_' `dogleg_' `r1updt_' `r1mpyq_' `r1mpyq…
-
@bpbond I'm having trouble calculating Q10 and R10 from the SIDb data.
I've taken a crack at the function/equation, need help.
- I took equations from [Meyer et al. 2018 GBC](https://doi.org/10.10…
-
Hello @dnidever,
When I run doppler with the Payne model option and specify which parameters I want to fit (similar to your second Payne model example in the documentation) I am running into proble…
-
When using the AdaptivePopulationSize strategy I sometimes get the following error, which seems to be mitigated if I increase the starting population size
`/usr/local/lib/python3.7/site-packages/scip…
-
Hi @devernay! First, thanks for maintaining this project, it's awesome to have an actually maintained "alternative" to the very old Fortran MINPACK!
I'd like to know if there are plans for a new 1.3.…
tadeu updated
3 years ago