-
-
Notifications
You must be signed in to change notification settings - Fork 407
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
plot_rank change axes to ax, fix plot_trace ax #1144
Conversation
aloctavodia
commented
Apr 9, 2020
•
edited
Loading
edited
- Follows official PR format
- Code style correct (follows pylint and black guidelines)
- Changes are listed in changelog
Codecov Report
@@ Coverage Diff @@
## master #1144 +/- ##
==========================================
- Coverage 92.82% 92.81% -0.01%
==========================================
Files 94 93 -1
Lines 9193 9182 -11
==========================================
- Hits 8533 8522 -11
Misses 660 660
Continue to review full report at Codecov.
|
CHANGELOG.md
Outdated
### Maintenance and fixes | ||
* Fixed behaviour of `credible_interval=None` in `plot_posterior` (#1115) | ||
* Fixed hist kind of `plot_dist` with multidimensional input (#1115) | ||
* Fixed `TypeError` in `transform` argument of `plot_density` and `plot_forest` when `InferenceData` is a list or tuple (#1121) | ||
* Fixed overlaid pairplots issue (#1135) | ||
* Update Docker building steps (#1127) | ||
* Rank plot: rename `axes` arguemt to `ax` (#1144) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
argument
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤦♂️