-
**Describe the bug 🐞**
When DataInterpolations is held back to v6.0, there's some issue in the compatibility within OrdinaryDiffEq that causes precompilation to fail due to an overwriting of a func…
-
am now running into:
```ERROR: ArgumentError: cannot reinterpret an `ForwardDiff.Dual{nothing, Float64, 11}` array to `ForwardDiff.Dual{ForwardDiff.Tag{var"#39#40", Float64}, Float64, 12}` whose fi…
-
**Describe the bug 🐞**
It is not possible to define the `ODEProblem` in R with `diffeqr` as outlined in the examples of the package using the terminal on VSCode, while it works using the Git Bash s…
-
**Describe the bug 🐞**
I have a problem where the function `ModelingToolkit.varvar_dependencies` is not returning the correct dependencies, and I have tracked it down to an issue where the function…
-
I use CUDA.jl on a HPC node which utilizes `LD_LIBRARY_PATH` to modify the environment to include CUDA runtime.
This is the intended mode of operation by the system administrators as described in the…
-
I'm afraid that I keep getting an issue with my Julia kernel dying while trying to `preview` or `render` a `.qmd` file to html. At some point through the process it'll return `ERROR kernel died`, and …
-
On a new install of Julia, my previously working neural SDE code no longer allows extra variables to be passed from the loss function to the callback function. The documentation says that this should …
-
There are two performance issues when using state-independent solvers for non-autonomous linear ODEs:
1. A ~2x performance regression going from OrdinaryDiffEq v6.54.0 to v6.55.0 when the linear op…
-
Great work. Thank you!
I suggest adding playgrounds to allow trying out code, similar to [TheAlgorithms](https://the-algorithms.com/) website, which uses [LiveCodes](https://livecodes.io) (see [exa…
-
Depending on the system of equations it can be convient to write the ODE system with the `@mtkmodel` macro or with the `modeltoolkitize` function. The problem is that when I do the latter some functio…