-
Notifications
You must be signed in to change notification settings - Fork 767
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
Better DiscreteConditional #1037
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM sans one comment
pAB = prior * conditional | ||
self.gtsamAssertEquals(prior, pAB.marginal(B[0])) | ||
|
||
pA = DiscreteConditional(A % "5/4") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is happening over here? We have (0, 2) % "5/4"
, not sure if this should be (0, 2), "5/4"
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, will fix that
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am making fixes since other stuff is also breaking. 🙂
7d78a64
to
0b11b12
Compare
Thanks! Now I'm behind a CI traffic jam, though, so I'd prefer if you just comment in future? :-) |
It'll be fast enough. Go enjoy a hot cup of coffee in this weather and it will be done before you know it. :) |
pretty please. I need to get this release out. |
This PR has
Compose
, which was not used anywhere.