Samuel Brand

Results 8 issues of Samuel Brand

Hi there, There is some compatibility drift on this package, which now means it can't be installed with Flux. Which is a bit of a problem!

Hi everyone, One thing I've noticed is that progress reporting when doing chains in parallel (for example using `MCMCThreads()`) is not informative, the progress meter only updates when a chain...

Hi everyone, ## Problem There seems to be a problem with using `predict` in conjunction with models that use vectorisation. Consider this fairly simple example: ```math \begin{split} \sigma \sim \text{HalfNormal}(0.1)...

Hi everyone, I'm implementing an analysis batch for an epidemiological modelling package https://github.com/CDCgov/Rt-without-renewal/tree/main/pipeline . We're wondering if there is a functionality for graph plotting a DAG after it has been...

question
logging
visualization

As of recently (julia 1.10.3 release?) the build of `GR_jll` can't find `LERC` anymore among the julia artefacts. This means it can't compile and therefore `Plots.jl` is unusable as a...

Hi everyone, Base Julia can't convert large floats into `Int` type using `floor` or `round` etc. This creates a problem for sampling from Poisson's with a large mean because this...

Hi everyone, I'm working on an ODE based model (solver from diffrax) for respiratory viruses fitted on past seasons of data. At the moment, we occasionally have maximum iteration fails...

enhancement

I've noticed on a project that myself and @seabbs are benchmarking with `BenchmarkCI` https://github.com/CDCgov/Rt-without-renewal/tree/main/benchmark that I can't add `OrdinaryDiffEq` because of incompatibility between `SetField` version used here and the compat...