Skip to content

Commit

Permalink
WIP Commit for forest plot test
Browse files Browse the repository at this point in the history
  • Loading branch information
canyon289 committed Jan 4, 2019
1 parent 30de467 commit 8de47ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arviz/tests/test_plots.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,8 @@ def test_plot_trace_discrete(discrete_model):
({"r_hat": True, "quartiles": False}, 2),
({"var_names": ["mu"], "colors": "C0", "eff_n": True, "combined": True}, 2),
({"kind": "ridgeplot", "r_hat": True, "eff_n": True}, 3),
({"var_names": ["mu", "tau"],
"rope": {'mu': [{'rope': (-.1, .1)}], 'tau': [{'rope': (.2, .5)}]}}, 1),
],
)
def test_plot_forest(models, model_fits, args_expected):
Expand Down

0 comments on commit 8de47ef

Please sign in to comment.