-
**Submitting author:** @celliern (Nicolas Cellier)
**Repository:** https://gitlab.com/celliern/scikit-fdiff/
**Version:** v0.6.0
**Editor:** @Kevin-Mattheus-Moerman
**Reviewer:** @mrava87, @poulson
**…
-
Model types that are provided in the package need to be easily understood. This also needs to be future proof in case on any changes.
**Task**
- [x] Add a data frame containing model informatio…
-
**Submitting author:** @mseri (Marcello Seri)
**Repository:** https://github.com/owlbarn/owl_ode/
**Version:** v0.2.0
**Editor:** @mjsottile
**Reviewers:** @xoolive, @rljacobson, @mjsottile
**Arc…
-
For initial time-varying parameter support, @HarrisonGrodin got the following test problem working:
```julia
@testset "time-varying parameters" begin
@parameters σ′(t)
eqs = [D(x) ~ σ′*(…
-
**Submitting author:** @annoviko (Andrei Novikov)
**Repository:** https://github.com/annoviko/pyclustering
**Version:** 0.8.2
**Editor:** @poulson
**Reviewer:** @adavidzh
**Archive:** 10.5281/zeno…
-
When commit https://github.com/scipy/scipy/commit/0d906d0fc54388464603c63119b9e35c9a9c4601 was made, the `interp1d.y` attribute in the interp1d class was replaced with `interp1d._y` for compatibility …
-
Hi Rich,
I am having an issue using ODIN for a delay-differential. I am trying to code a complex system of equations, where there is a time delay in one of the derivatives. When I solve the model u…
-
From _jitcode.py:
`t = symengine.Symbol("t", real=True)`
So `t` should be Real. But when I try a simple separation of real and imaginary parts:
```
from symengine import I, exp
from jitcode…
-
I'm trying to apply TaylorSeries.jl to some code right now but one thing that's annoying is that it's spending time generating the odd order terms in the power series, but I'm planning to integrate th…
-
### Expected behaviour
list of values, from 0.16 to 40, by 0.16
### Observed behaviour
list of values, from 0 to 40, by 0.1606426
### Running mini example
rlum scale.
The TL curves (simple ra…