Tor Erlend Fjelde
Tor Erlend Fjelde
Aight, so it seems we weren't really testing cases such as ```julia product_distribution(fill(Dirichlet(ones(4)), 2, 3)) ``` (which might be because we didn't have support for this in Bijectors.jl until recently),...
Thanks @mhauru
Looks like everything is passing nicely:)
Does this count the images? Or is it just the HTML?
> Also, the ReverseDiff tests only fail on
Isn't it a bit annoying to just merge this if the CI is failing? IMO we hsould really at least identify _why_ ReverseDiff is failing. From the logs it just...
> To be clear, I consider a review approval to be orthogonal to seeing tests pass, i.e. generally we should have both. Thus I often approve on a basis of...
> Do you have the logs @penelopeysm ? Happy to bump the version to LTS, as we shouldn't maintain older versions if it's burden 👍 But useful if we know...
> If we have lots of "disable this on 1.6" or "if version < 1.7 then @test_broken", it is basically untested code. Definitively not pro this 👍 My point is...
A bit uncertain if we should `export` this `marginalize` or hide it for now.