-
Hi @kpu ,
I would like to ask about another question on how to acheive LM modelling on the fly. Like I had tried Google Speech to text, where in you pass certain key phrases during the call as para…
-
Hi all,
first of, thanks! r2d3 is amazing and inspired me to my first attempts at d3.js: a line graph with draggable points. Now I am trying to incorporate this in a shiny where users can modify va…
-
**When I try to linearize my model, I get an "BoundsError: attempt to access 302-element Vector{Vector{Int64}} at index [303]" error🐞**
Here is my Julia/MTK statement with partial error message:
`…
B-LIE updated
4 months ago
-
**Describe the bug 🐞**
On `SecondOrderODEProblem`s, the reported number of function evaluations in `sol.stats.nf` is incorrect for some implicit methods. This is probably linked to the Jacobian com…
-
**Describe the bug 🐞**
Consider the example at [doc](https://docs.sciml.ai/SciMLSensitivity/stable/getting_started/#Forward-Mode-Automatic-Differentiation-with-ForwardDiff.jl), but one wishes to ta…
-
I recently started getting warnings of the form
```
┌ Warning: Using arrays or dicts to store parameters of different types can hurt performance.
│ Consider using tuples instead.
└ @ SciMLBase ~…
lmshk updated
11 months ago
-
# Build log
```
$ ./build.sh --cxx=/usr/local/bin/clang++-4.0 --cc=/usr/local/bin/clang-4.0 --valgrind --lto-thin -j=1 -n
lto: ranlib disabled
Custom CXX /usr/local/bin/clang++-4.0
Custom CC /…
-
As discussed on slack, I am sharing an MWE to reproduce the issues with some backends on the GPU that I hit. I believe that most of these failures are very representative of the failures that I have s…
-
**Describe the bug 🐞**
I tried to plot an `ODESolution` with legends, following the code example found [here](https://github.com/SciML/SciMLBase.jl/pull/611#issuecomment-1926942762).
**Expected be…
-
**Describe the example**
I was doing PDE discretization using MOL (julia v1.10.5). I did the upgrade to julia v1.11.1, going along with packages updates, and now I've some error.
**Minimal Repro…