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

Add tests for bokeh #863

Merged
merged 4 commits into from Nov 11, 2019
Merged

Add tests for bokeh #863

merged 4 commits into from Nov 11, 2019

Conversation

ahartikainen
Copy link
Contributor

Bokeh tests and general fixes for bokeh.

@ahartikainen ahartikainen merged commit 95f23c9 into master Nov 11, 2019
@ahartikainen ahartikainen deleted the feature/update_bokeh_properties branch November 11, 2019 20:46
],
)
def test_plot_trace(models, kwargs):
axes = plot_trace(models.model_1, backend="bokeh", show=False, **kwargs)
Copy link
Member

Choose a reason for hiding this comment

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

Aw I missed chance to comment but in future tests I dont think we should test plotting at the user interface anymore. We should import the bokeh plot function and test against those. That way we're speed up tests and making tests more unit like.

This is small amount of tests so no big deal, Ill draw a picture and/or make a PR later to refactor :)

Thank you for adding!

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yeah we can change this, I just wanted tests quickly to master and there was also small bugs, same with the current PR for rug.

Let's clean these after initial implementation.

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.

None yet

2 participants