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

Fix empty docstring #1192

Merged
merged 3 commits into from
May 18, 2020
Merged

Fix empty docstring #1192

merged 3 commits into from
May 18, 2020

Conversation

ahartikainen
Copy link
Contributor

@ahartikainen ahartikainen commented May 18, 2020

Fixes #1177

Description

Fix import when docstrings are missing.

Checklist

  • Code style correct (follows pylint and black guidelines)
  • Changes are listed in changelog

@codecov
Copy link

codecov bot commented May 18, 2020

Codecov Report

Merging #1192 into master will decrease coverage by 0.00%.
The diff coverage is 50.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1192      +/-   ##
==========================================
- Coverage   93.26%   93.25%   -0.01%     
==========================================
  Files          94       94              
  Lines        9381     9383       +2     
==========================================
+ Hits         8749     8750       +1     
- Misses        632      633       +1     
Impacted Files Coverage Δ
arviz/plots/backends/__init__.py 29.62% <50.00%> (+0.51%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a6ea9e5...6dde8ae. Read the comment docs.

@ahartikainen ahartikainen merged commit 065a741 into master May 18, 2020
@ahartikainen ahartikainen deleted the bugfix/empty_docstring branch May 18, 2020 16:59
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.

Import fails when run using a Bokeh server
1 participant