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

ENH allow y_obs and y_pred in plot_marginal to be None. #179

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

samathizer
Copy link

This MR fixes #178 .
If either y_obs or y_pred are None default to zero vectors and drop y_obs/pred_mean from plot_items.
This leads to the expected result that in the marginal plot either y_obs or y_pred (or both) can be omitted.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make y_obs optional for marginal_plot()
1 participant