Paul Tiede
Paul Tiede
Ya for sure! And ya I am on 1.10.5.
If you want some potential inspiration. Doing pt with ensemble samplers was popular in Astro a few years ago with the package ptemcee on GitHub and sort of described here...
Ack looking closer you probably know all of this already! Sorry for the noise!
I agree with @oschulz. I almost immediately updated all my packages to use StructArrays 0.7, and I cannot revert them anymore.
I just had this error in some of my code. Here is an MWE that triggered it ```julia using Zygote function mwe(x) (;dx,) = x return sum(Tuple(dx)) end t(x) =...
Sorry, that's embarrassing. Updated the example it should work now.
Ah ok, should I open up a new issue to track this?
Opened an issue https://github.com/FluxML/Zygote.jl/issues/1443
This has been added in #383
One of the things that is weird is that Julia is reporting the segfault is happening in `TransformVariables` in this region of code ```julia function transform_and_logjac(t::VectorTransform, x::AbstractVector) @argcheck dimension(t) ==...