-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Handle Union
s / UnionAll
s of Tuple
s in zero_rdata
#284
Conversation
@penelopeysm when you get a minute, could you confirm that this resolves your issue #283 ? I just missed a case in some of my internal logic, and your example appears to be the first time that it's been encountered in practice. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
|
Performance Ratio:
|
Thanks for fixing this!! Yes it does fix all the issues with constrained distributions in the Turing test suite too – https://github.com/TuringLang/Turing.jl/actions/runs/11214726985/job/31170411370 🙂 There is another error which I didn't notice before because it was in the same test group as the other errors 😬 will open another issue but I think it's safe to say that we're good on #283! |
Thanks -- that looks like a weird missing rule problem (weird because I thought I had all of the Cholesky stuff covered, but I guess not). I'll merge this + close #283 . Thanks for checking! |
Resolves #283