-
I'm trying to update the Arch [pkg instructions](https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=python-httpstan).
`python3 -m poetry build`
- fills ~/.cache/pypoetry/virtualenvs
- mirro…
-
Certain parameter sets can cause CVODE to freeze within OpenCOR. This causes the rank with a frozen simulation to hang and thus causes all of the ranks to hang at the end of a gen_alg generation. This…
-
Consider the following code:
sec = h.Section(name="sec")
sec.nseg = 5
h.CVode().active(True)
s = h.ref('')
for i in range(5):
h.CVode().statename(i, s, 0)
…
-
The C/Fortran linking test always fails with C compilers which do not implement implicit function declarations (a language feature removed in C99; future compilers are likely to disable them by defaul…
-
Dear can you please add **Cython, pystan, python-dateutil, pytz, six and fbprophet** to your [repository](https://chaquo.com/pypi-7.0/) because when i try to install them :
```
python {
…
-
### Expected Behavior
Generated Modelica models should not contain Dymola specific annotations such as:
```
experiment(__Dymola_Algorithm="Cvode")
__Dymola_experimentSetupOutput(...)
```
Those…
-
I'm updating a build script for sundials and I got some linking errors related to transitioning from USE_GENERIC_MATH to `SUNDIALS_MATH_LIBRARY`. I noticed that the default value for SUNDIALS_MATH_LIB…
-
When using the SEULEX ODE solver in the cfd plugin, there is also a significant amount of work being done by creating and destroying the work vectors every time the equations are being solved. It woul…
-
```
___________________________________________________________ ERROR collecting pyodesys/native/tests/test_odeint.py ___________________________________________________________
ImportError while im…
-
Currently recreates CVODE solver memory for every call to pre or run. For fitting and MCMC, it might make sense to rewrite it to only do this once, but then will need to destroy-hook to free all memor…