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 wrong auto-generated docstrings #22

Closed
astropenguin opened this issue Aug 4, 2020 · 0 comments · Fixed by #25
Closed

Fix wrong auto-generated docstrings #22

astropenguin opened this issue Aug 4, 2020 · 0 comments · Fixed by #25
Assignees
Labels
bug Something isn't working
Milestone

Comments

@astropenguin
Copy link
Owner

In v0.6.1, auto-generated docstrings of DataArray classes are wrong.
This issue will fix it by updating the xarray_custom.bases.Doc class.

  • wrong: "(dims=('t', 'ch'), dims=float) ..."
  • correct: "(dims=('t', 'ch'), dtype=float) ..."
@astropenguin astropenguin added the bug Something isn't working label Aug 4, 2020
@astropenguin astropenguin self-assigned this Aug 4, 2020
@astropenguin astropenguin changed the title Fix wrong generated docstrings Fix wrong auto-generated docstrings Aug 4, 2020
astropenguin added a commit that referenced this issue Aug 4, 2020
@astropenguin astropenguin added this to the v0.6.2 milestone Aug 4, 2020
astropenguin added a commit that referenced this issue Aug 4, 2020
Fix wrong auto-generated docstrings
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant