-
Notifications
You must be signed in to change notification settings - Fork 31
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
RoundTrip/t63 failure #101
Comments
I don't mind at all the different nesting of |
Indeed, but that is because of the different nesting of |
The two outer split of the |
Yes, but
Again, this may be a special case where we can perform the interchange. But the conditions of the two Partitions are not identical; in particular, the conditions of one are a subset of the other. I think this could be too strong in general (but I could try it!). |
One can always 'split' a |
The simplified output and expected output are (in terms of sampling) the same program, but
expected
contains andif
inside aweight
and another inside aweight
, whereas the simplified output puts all the weights inside theif
s.I don't think there's a way to get precisely the expected output; we solve two
uniform
s int63.0
and after that happens, there's no way to get one of theif
s inside a weight and one outside. I thinkt63.0
should simplify to itself (it does) andt63.expected
should simplify to the current output.The text was updated successfully, but these errors were encountered: