Skip to content

Commit

Permalink
slight tests modification
Browse files Browse the repository at this point in the history
  • Loading branch information
imperorrp committed Aug 13, 2024
1 parent 10a8704 commit f7737e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_plots.py
Original file line number Diff line number Diff line change
Expand Up @@ -301,8 +301,8 @@ def test_plot_ppc_sample(self, datatree_sample, kind, group, backend):
assert "ecdf" in pc.viz["obs"]
assert "overlay" in pc.aes["obs"].data_vars

# @pytest.mark.parametrize("group", ("prior", "posterior"))
# @pytest.mark.parametrize("kind", ("kde", "cumulative"))
@pytest.mark.parametrize("group", ("prior", "posterior"))
@pytest.mark.parametrize("kind", ("kde", "cumulative"))
@pytest.mark.parametrize("facet_dims", (["group"], ["hierarchy"], None))
def test_plot_ppc_4d(self, datatree_4d, facet_dims, kind, group, backend):
pc = plot_ppc(
Expand Down

0 comments on commit f7737e4

Please sign in to comment.