-
**Summary**
> Try to answer the following as best as possible
- How often does the test fail? - observed 2-3 failures
- Does it block your work?
- Do we suspect that it is a real failure?
*…
-
**Describe the bug 🐞**
The following `NonlinearProblem` (which is actually just a linear system) retcodes with `MaxIters` despite having an almost-zero residual:
```julia
julia> rhs = (out, var…
-
```julia
julia> Images.load("test.tif")
```
```
free(): invalid next size (fast)
[1422715] signal (6.-6): Aborted
in expression starting at REPL[2]:1
pthread_kill at /lib/x86_64-linux-gnu/lib…
-
**Describe the bug**
I have a case where the inclusion of a try-catch in a for loop is causing CUDA OOM.
Rather nastily the try-catch was actually introduced by a `@info "epoch $epoch_num"` log,…
-
**Describe the bug 🐞**
I am trying to convert an ODEProblem that uses R code for the vector field to Julia using `modelingtoolkitize`. However, this throws an error due to `no method matching sexpc…
-
Hi,
I'm trying to generate an MLE estimate for my model, following [the docs](https://turing.ml/dev/docs/using-turing/guide#maximum-likelihood-and-maximum-a-posterior-estimates)
A vanilla call to …
rkube updated
1 month ago
-
**Describe the bug 🐞**
Changing the differentiation method in the [optimization example](https://docs.sciml.ai/ModelingToolkit/stable/examples/remake/#Optimizing-through-an-ODE-solve-and-re-creatin…
-
Seems there's a bad assert at the affected line.
```
ERROR: TypeError: non-boolean (String) used in boolean context
Stacktrace:
[1] check_ir!(job::GPUCompiler.CompilerJob{…}, errors::Vector{…}, imp…
-
**Describe the bug 🐞**
ForwardDiff.jl differentiates through integral solver in the example below.
**Expected behavior**
In the example below, Integrals.jl should compute the integral withou…
-
# Problem
- When plotting with:
```julia
ensemble_summary = EnsembleSummary(sim)
plot(ensemble_summary; idxs = 1)
```
the resulting plot includes all state variables rather than just the …