Skip to content

Commit

Permalink
Remove incorrect docstring.
Browse files Browse the repository at this point in the history
  • Loading branch information
rpgoldman committed Mar 26, 2021
1 parent 37c2e81 commit b50b6de
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions arviz/stats/stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,12 +149,6 @@ def compare(
--------
loo : Compute the Pareto Smoothed importance sampling Leave One Out cross-validation.
waic : Compute the widely applicable information criterion.
Notes
-----
If the `log_likelihood` group is not present in the input datasets, ArviZ will attempt
to compute it.
"""
names = list(dataset_dict.keys())
scale = rcParams["stats.ic_scale"] if scale is None else scale.lower()
Expand Down

0 comments on commit b50b6de

Please sign in to comment.