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 extended methods docstrings #2263

Merged
merged 2 commits into from
Jul 10, 2023
Merged

Fix extended methods docstrings #2263

merged 2 commits into from
Jul 10, 2023

Conversation

OriolAbril
Copy link
Member

@OriolAbril OriolAbril commented Jul 9, 2023

Description

Checklist

  • Follows official PR format
  • Includes a sample plot to visually illustrate the changes (only for plot-related functions)
  • New features are properly documented (with an example if appropriate)?
  • Includes new or updated tests to cover the new feature
  • Code style correct (follows pylint and black guidelines)
  • Changes are listed in changelog

📚 Documentation preview 📚: https://arviz--2263.org.readthedocs.build/en/2263/

@codecov
Copy link

codecov bot commented Jul 9, 2023

Codecov Report

Merging #2263 (31b7960) into main (c6da92e) will not change coverage.
The diff coverage is 100.00%.

❗ Current head 31b7960 differs from pull request most recent head a0e7ddd. Consider uploading reports for the commit a0e7ddd to get more accurate results

@@           Coverage Diff           @@
##             main    #2263   +/-   ##
=======================================
  Coverage   87.89%   87.89%           
=======================================
  Files         121      121           
  Lines       12448    12448           
=======================================
  Hits        10941    10941           
  Misses       1507     1507           
Impacted Files Coverage Δ
arviz/data/base.py 97.61% <100.00%> (ø)

@OriolAbril OriolAbril merged commit 37540cd into main Jul 10, 2023
8 checks passed
@OriolAbril OriolAbril deleted the OriolAbril-patch-1 branch July 10, 2023 22:44
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.

Doc strings for InferenceData methods generated by _extend_xr_method are missing
1 participant