-
**Describe the bug**
When loading Flux >=0.13.14 there is an init error for loading cuDNN (see related Flux issue: https://github.com/FluxML/Flux.jl/issues/2232). The error comes from loading the…
-
**Describe the bug 🐞**
All the examples in the `SciMLSensitivity.jl` Documentation use a user-defined function for the ODEProblem. I need instead to define a parameter-dependent `SciMLOperator` (e.…
-
**Describe the bug**
I'm not sure whether this is helpful, but the error message explicitly asked to be submitted, so here it is. I produced it by mistake.
**To reproduce**
```julia
a = CU…
-
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…
-
**Summary**
> Try to answer the following as best as possible
- How often does the test fail? Once so far.
- Does it block your work? No.
- Do we suspect that it is a real failure? Not sure.
…
-
**Summary**
- How often does the test fail? [once](https://github.com/camunda/camunda/actions/runs/9501026145)
- Does it block your work? it blocks merging the PR for now.
- Do we suspect that it…
-
### Minimal working example
```julia
using Turing
@model function model1()
σ ~ InverseGamma(2, 3)
V ~ truncated(Normal(0, σ), 0, Inf)
end
sample(model1(), NUTS(), 100)
```
#…
-
**StructuralIdentifiability fails to precompile under Julia v1.11 🐞**
I get an error message regarding precompilation.
**Expected behavior**
Precompilation without error message
**Minimal …
-
**Describe the bug**
Observed in logs: https://console.cloud.google.com/errors/CKCR7Y-Xzqq6Eg?service=zeebe&time=P7D&refresh=off&project=camunda-cloud-240911
**Log/Stacktrace**
Full Stacktrace
…
pihme updated
8 months ago
-
**Describe the bug 🐞**
When using the quadratic spline on some smooth data, I get some oddly unstable behaviour which I do not get when using Linear, Cubic, or Akima interpolation.
![image](htt…