Skip to content

Change sample() to use live_plot_kwargs instead of **kwargs. #2235

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

Merged
merged 4 commits into from
May 30, 2017

Conversation

twiecki
Copy link
Member

@twiecki twiecki commented May 29, 2017

@twiecki twiecki force-pushed the live_plot_kwargs branch from ebeb807 to 2de7fdd Compare May 29, 2017 13:52
@@ -103,7 +103,8 @@ def assign_step_methods(model, step=None, methods=STEP_METHODS,
def sample(draws=500, step=None, init='auto', n_init=200000, start=None,
trace=None, chain=0, njobs=1, tune=500, nuts_kwargs=None,
step_kwargs=None, progressbar=True, model=None, random_seed=-1,
live_plot=False, discard_tuned_samples=True, live_plot_kwargs=None):
live_plot=False, discard_tuned_samples=True, live_plot_kwargs=None,
**wargs):
Copy link
Member

Choose a reason for hiding this comment

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

typo -> kwargs

@twiecki twiecki merged commit 3d83c6d into master May 30, 2017
@twiecki twiecki deleted the live_plot_kwargs branch May 30, 2017 15:07
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.

2 participants