-
While providing a current field to a FF streamline object, I get this error. This error happens even in current plotly version: e53e626d59495d440341751f60aeff73ff365c28 (The last commit I tested the w…
-
Implement the ideas from the [Neural ODEs paper](https://arxiv.org/pdf/1806.07366.pdf) as a decoder for the dynamics module.
-
While dealing with https://github.com/ami-iit/jaxcon/issues/1 I needed to extract the system acceleration and the contact forces from jaxsim.
I had a few issues understanding how the `step` method …
-
Hi all, I am trying to follow this tutorial to plot an integrator object (https://diffeq.sciml.ai/stable/basics/integrator/), but received the following error. For completeness, I also post the segmen…
-
**Describe the bug 🐞**
A clear and concise description of what the bug is.
`delete!(integrator, indxs)` should delete only entries at `idxs`. Instead, `delete!` is deleting several other entries…
-
The `integrate_1d` implementation in the Math library supports [variadic unstructured arguments](https://github.com/stan-dev/math/blob/5d1fd38376d20a9da6368d8b16c2c02934c61991/stan/math/rev/functor/in…
-
I assume there's an issue with pathing but I cannot seem to fix it.
Following the guide on https://scikits-odes.readthedocs.io/en/stable/installation.html, I installed sundials 5.1.0 using the comm…
-
For Lumina-T2I, it seems that time_shifting_factor is only implemented in the ODE integrator, but not in the SDE integrator. Does this factor have a big impact? SDE and ODE, which one is more recommen…
-
OrdinaryDiffEq calls the callbacks _before_ updating the solution from the tendencies. In the example below, this means that the solution may have undesirable properties inside `compute_du!` (e.g., th…
-
This issue is for supporting duplicated kwargs for custom rules as mentioned #1459.
The example I'm considering is the `callback` keyword argument when differentiating the solution to an ODE probl…