Skip to content

Commit

Permalink
Add warning for log scale default in compare/loo/waic functions (#1150)
Browse files Browse the repository at this point in the history
* Added scale warning to ELPDData

* Added scale warning to compare function

* Added changes to Changelog

* Moved warning to end of string in loo function

* Removed last test for loo_print

* Ran Black

* Integrated Oriol's comments
  • Loading branch information
AlexAndorra committed Apr 16, 2020
1 parent 1e3d25d commit 5e3dcc3
Show file tree
Hide file tree
Showing 4 changed files with 108 additions and 93 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
* Updated benchmarks and moved to asv_benchmarks/benchmarks (#1142)
* Moved `_fast_kde`, `_fast_kde_2d`, `get_bins` and `_sturges_formula` to `numeric_utils` and `get_coords` to `utils` (#1142)
* Rank plot: rename `axes` argument to `ax` (#1144)
* Added a warning specifying log scale is now the default in compare/loo/waic functions ([#1150](https://github.com/arviz-devs/arviz/pull/1150))

### Deprecation

Expand Down
Loading

0 comments on commit 5e3dcc3

Please sign in to comment.