Skip to content
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

Improve Gaussian Conditional printing #1147

Merged
merged 4 commits into from
Mar 30, 2022

Conversation

varunagrawal
Copy link
Collaborator

I am still not satisfied with the printing of GaussianConditional since if we provide a value for the preface string s, it no longer prints out "GaussianConditional". This is pretty problematic in the hybrid decision tree.

I also updated the printing for when there are no parents. Before it was

GaussianConditional p(x0 |)

but now it is

GaussianConditional p(x0)

@varunagrawal varunagrawal added bugfix Fixes an issue or bug quick-review Quick and easy PR to review labels Mar 25, 2022
@varunagrawal varunagrawal self-assigned this Mar 25, 2022
Copy link
Member

@dellaert dellaert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK, but please undo change in default.

@varunagrawal varunagrawal merged commit a7c2bc5 into develop Mar 30, 2022
@varunagrawal varunagrawal deleted the fix/gaussian-conditional-print branch March 30, 2022 23:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix Fixes an issue or bug quick-review Quick and easy PR to review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants