Carlos Parada
                                            Carlos Parada
                                        
                                    > Sure, why not? I'm open to a PR. Cool, I'll make a PR here; do you know who usually handles the JS and such for the website and could...
> Oh sorry. Turing isn’t using Franklin. Then, just place the correct redirect files at the right places, I guess What would those places be?
> I kind of like including them just because they show the whole workflow -- and in some cases the cleaning matters a great deal. Plus, adding artifacts complicates an...
> Maybe, this could just be a note in the linear regression? Do you, also, have a citation for the claim that these models are so great? Out of curiosity....
@mcabbott I would think you could replace the types in the constructor that say `AbstractVector` with `AbstractVecOrTuple`, then just insert this at the top of the constructor: ``` for kwarg...
> Can you provide a minimal example I can run? I'll try, but I expect it to be quite difficult since the tests are based on comparing the results of...
> > Replacing Threads.@threads with @Batch per=thread in the loop I linked generates the problem, but I understand that's not really "Minimal." > > While not ideal, having code to...
> What I'd do from there is store `post_sample_size`, `r_eff`, and `weights` and hopefully produce a minimal example from that. > > ```julia > @inbounds Threads.@threads for i in eachindex(tail_length)...
> > I see; how do I get those to you after that? > > If they're big, then there isn't really a convenient way. Yeah, `weights` is pretty big...
Something that might be worth noting is that I tried to parallelize this with FLoops.jl as well, and it complained about "weights" being a boxed variable, which might create data...