-
> Codecov on forks is broken though at the Codecov service level, so we may just need to globally move everything to coveralls.
Mentioned by @ChrisRackauckas in https://github.com/SciML/RootedTrees…
-
https://github.com/SciML/DiffEqFlux.jl/issues/539#issuecomment-827966976 shows an example of an infinite loop (due to a bug in `DifferentialEquations`) that can be interrupted (ctrl+c) in the REPL but…
-
On trying to solve the system using an implicit solver from SciML such as `RadauIIA3`, we get the following error message.
```
Got exception outside of a @test
First call to automatic differe…
-
The problem is described here:
[https://github.com/SciML/Integrals.jl/issues/247](https://github.com/SciML/Integrals.jl/issues/247)
-
@llfung talked to me today about his work on adjoint-accelerated programmable inference for large PDEs, and what would be needed on Turing's part to support that. As I understand it (and I know very l…
-
```jl
Correlated Wiener Process: Test Failed at C:\Users\arno\Desktop\SciML\DiffEqNoiseProcess.jl\test\correlated.jl:36
Expression: ≈(Γ, cov(sol, dims = 2) / dt, rtol = 0.01)
Evaluated: [1.0 0…
-
See https://docs.sciml.ai/SciMLOperators/stable/sciml/ for details.
-
Issues like https://github.com/SciML/Catalyst.jl/actions/runs/10549534673/job/29224675728?pr=961 are due to some of the extension libraries we depend on not updating to newer (breaking) releases of pa…
-
I wanted to ask how it's preferable to make the demonstrations section in the docs, three ways currently as I see it:
- https://juliaimages.org/latest/examples/ using DemoCards.jl
- https://beautifu…
-
https://github.com/SciML/ModelingToolkit.jl/pull/2798
We need to propagate this throughout Catalyst where needed (probably some tutorials, tests, and the `symmap_to_varmap` code). Also need to upda…